Skip to content

Commit feb8cc3

Browse files
committed
Actually fixed this time...
1 parent a2f68c4 commit feb8cc3

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.3] - 2023-03-06
18+
19+
#### Fixed
20+
- Removed project metadata from settings.
21+
1722
### [0.11.2] - 2023-03-06
1823

1924
#### Fixed
@@ -147,7 +152,8 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
147152
- `unreleased add`, which allows inline or prompted adding of unreleased changes.
148153
<!-- END RELEASE NOTES -->
149154
<!-- BEGIN LINKS -->
150-
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.2...HEAD
155+
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.3...HEAD
156+
[0.11.3]: https://github.com/award28/changelogger/compare/0.11.2...0.11.3
151157
[0.11.2]: https://github.com/award28/changelogger/compare/0.11.1...0.11.2
152158
[0.11.1]: https://github.com/award28/changelogger/compare/0.11.0...0.11.1
153159
[0.11.0]: https://github.com/award28/changelogger/compare/0.10.2...0.11.0

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.2"
30+
CHANGELOGGER_VERSION = "0.11.3"

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.2"
3+
version = "0.11.3"
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)