mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
update changelog
This commit is contained in:
parent
732f74439b
commit
1576a7373d
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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).
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue