update changelog

This commit is contained in:
Manuel Barkhau 2021-01-17 21:36:37 +00:00
parent 732f74439b
commit 1576a7373d
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
# Changelog for https://github.com/mbarkhau/pycalver # Changelog for https://github.com/mbarkhau/pycalver
## BumpVer 2021.1109
- Add `-e/--env` option to support shell script automation.
- Fix [github#151][github_i151]: invalid increment of `TAGNUM` when `TAG=final` is set.
[github_i151]: https://gitlab.com/mbarkhau/pycalver/-/issues/15
Thank you to Dave Wapstra @dwapstra for your contributions.
## BumpVer 2020.1108 ## BumpVer 2020.1108
- Don't match empty patterns (possibly causing a whole file to be rewritten if braces `[]` are not escaped). - Don't match empty patterns (possibly causing a whole file to be rewritten if braces `[]` are not escaped).

View file

@ -3,7 +3,7 @@ Individual files contain the following tag instead of the full license text.
This file is part of the bumpver project This file is part of the bumpver project
https://github.com/mbarkhau/bumpver https://github.com/mbarkhau/bumpver
Copyright (c) 2018-2021 Manuel Barkhau (mbarkhau@gmail.com) - MIT License Copyright (c) 2018-2020 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
SPDX-License-Identifier: MIT SPDX-License-Identifier: MIT
This enables machine processing of license information based on the SPDX This enables machine processing of license information based on the SPDX