We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf91b8 commit f4eba6fCopy full SHA for f4eba6f
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.8
+current_version = 1.0.9
3
commit = False
4
tag = False
5
search = {current_version}
CHANGELOG.md
@@ -6,6 +6,10 @@
6
### Added
7
### Fixed
8
9
+## [1.0.9] - 2026-02-25
10
+### Added
11
+- Add support for Python 3.12
12
+
13
## [1.0.8] - 2025-04-01
14
### Changed
15
- Update tests
ansible_rulebook/__init__.py
@@ -14,4 +14,4 @@
"""Top-level package for Ansible Events."""
16
17
-__version__ = "1.0.8"
+__version__ = "1.0.9"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = ansible_rulebook
-version = 1.0.8
+version = 1.0.9
description = Event driven automation for Ansible
url = https://github.com/ansible/ansible-rulebook
license = Apache-2.0
0 commit comments