Skip to content

Commit

Permalink
1.25.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and robinvandernoord committed Jan 22, 2024
1 parent b51d8d5 commit 4c38003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v1.25.0 (2024-01-22)
### Feature
* **beautify:** Added the @beautify decorator to automatically set a nice __repr__ and __str__ (since these don't inherit) ([`366a8b0`](https://github.com/trialandsuccess/configuraptor/commit/366a8b0cb8d80ae21a21073bf7f5a01389696af6))

### Documentation
* **beautify:** Include an example for `@beautify` ([`b51d8d5`](https://github.com/trialandsuccess/configuraptor/commit/b51d8d508d8e94b12f99346e674d5ac5d08ae4c3))

## v1.24.4 (2024-01-22)
### Fix
* Extracted `convert_key` to own function so it can be used elsewhere ([`d923802`](https://github.com/trialandsuccess/configuraptor/commit/d923802e7577f2075f5051a724b3ed9a8443b8ff))
Expand Down
2 changes: 1 addition & 1 deletion src/configuraptor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# SPDX-FileCopyrightText: 2023-present Robin van der Noord <robinvandernoord@gmail.com>
#
# SPDX-License-Identifier: MIT
__version__ = "1.24.4"
__version__ = "1.25.0"

0 comments on commit 4c38003

Please sign in to comment.