Skip to content

Commit 21aa787

Browse files
authored
Bump patch version (#77)
1 parent dbd7dcf commit 21aa787

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.4] - 2023-03-17
18+
19+
#### Added
20+
- Precommit hook to validate versioned files
21+
1722
### [0.11.3] - 2023-03-06
1823

1924
#### Fixed
@@ -152,7 +157,8 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
152157
- `unreleased add`, which allows inline or prompted adding of unreleased changes.
153158
<!-- END RELEASE NOTES -->
154159
<!-- BEGIN LINKS -->
155-
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.3...HEAD
160+
[Unreleased]: https://github.com/award28/changelogger/compare/0.11.4...HEAD
161+
[0.11.4]: https://github.com/award28/changelogger/compare/0.11.3...0.11.4
156162
[0.11.3]: https://github.com/award28/changelogger/compare/0.11.2...0.11.3
157163
[0.11.2]: https://github.com/award28/changelogger/compare/0.11.1...0.11.2
158164
[0.11.1]: https://github.com/award28/changelogger/compare/0.11.0...0.11.1

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.3"
30+
CHANGELOGGER_VERSION = "0.11.4"

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