Skip to content

Commit db9e875

Browse files
committed
Bump patch version
1 parent 303f706 commit db9e875

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
1414
<!-- BEGIN RELEASE NOTES -->
1515
### [Unreleased]
1616

17+
### [0.11.2] - 2023-03-06
18+
19+
#### Fixed
20+
- Removed dependency on "pyproject.toml", which doesn't get packaged with changelogger.
21+
1722
### [0.11.1] - 2023-03-06
1823

1924
#### Added
@@ -142,7 +147,8 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
142147
- `unreleased add`, which allows inline or prompted adding of unreleased changes.
143148
<!-- END RELEASE NOTES -->
144149
<!-- BEGIN LINKS -->
145-
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.1...HEAD
150+
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.2...HEAD
151+
[0.11.2]: https://github.com/award28/changelogger/compare/0.11.1...0.11.2
146152
[0.11.1]: https://github.com/award28/changelogger/compare/0.11.0...0.11.1
147153
[0.11.0]: https://github.com/award28/changelogger/compare/0.10.2...0.11.0
148154
[0.10.2]: https://github.com/award28/changelogger/compare/0.10.1...0.10.2

changelogger/conf/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
or p1
2828
)
2929

30-
CHANGELOGGER_VERSION = "0.11.1"
30+
CHANGELOGGER_VERSION = "0.11.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "changelogged"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "Automated management of your changelog and other versioned files, following the principles of Keep a Changelog and Semantic Versioning."
55
license = "MIT"
66
authors = ["award28 <austin.ward@klaviyo.com>"]

0 commit comments

Comments
 (0)