Skip to content

Commit

Permalink
1.24.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 Nov 27, 2023
1 parent b19b89f commit 42cac45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.24.0 (2023-11-27)
### Feature
* **alias:** Move alias helpers to alias module + add is_alias helper ([`b19b89f`](https://github.com/trialandsuccess/configuraptor/commit/b19b89f46df7a0823303a83a165badb38ff88ad7))

## v1.23.5 (2023-11-23)
### Fix
* **alias:** Alias not always detected (e.g. in the case of postponed) ([`041f82c`](https://github.com/trialandsuccess/configuraptor/commit/041f82c6750ef96c0fadf2fe7e803b0c9814d11b))
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.23.5"
__version__ = "1.24.0"

0 comments on commit 42cac45

Please sign in to comment.