Skip to content

Commit 1283f7b

Browse files
committed
Bump patch to 0.9.1
1 parent 87f83d0 commit 1283f7b

2 files changed

Lines changed: 8 additions & 2 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.9.1] - 2023-03-05
18+
19+
#### Changed
20+
- The `check` command will now validate all versioned files, not just the changelog file.
21+
1722
### [0.9.0] - 2023-03-04
1823

1924
#### Changed
@@ -110,7 +115,8 @@ The [Changelogger tool](https://pypi.org/project/changelogged) is used for autom
110115
- `unreleased add`, which allows inline or prompted adding of unreleased changes.
111116
<!-- END RELEASE NOTES -->
112117
<!-- BEGIN LINKS -->
113-
[Unreleased]: https://github.com/award28/changelogger/compare/0.9.0...HEAD
118+
[Unreleased]: https://github.com/award28/changelogger/compare/0.9.1...HEAD
119+
[0.9.1]: https://github.com/award28/changelogger/compare/0.9.0...0.9.1
114120
[0.9.0]: https://github.com/award28/changelogger/compare/0.8.0...0.9.0
115121
[0.8.0]: https://github.com/award28/changelogger/compare/0.7.0...0.8.0
116122
[0.7.0]: https://github.com/award28/changelogger/compare/0.6.0...0.7.0

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