Skip to content

Commit f4eba6f

Browse files
committed
chore: bump to version 1.0.9
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
1 parent 2cf91b8 commit f4eba6f

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.8
2+
current_version = 1.0.9
33
commit = False
44
tag = False
55
search = {current_version}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
### Added
77
### Fixed
88

9+
## [1.0.9] - 2026-02-25
10+
### Added
11+
- Add support for Python 3.12
12+
913
## [1.0.8] - 2025-04-01
1014
### Changed
1115
- Update tests

ansible_rulebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""Top-level package for Ansible Events."""
1616

17-
__version__ = "1.0.8"
17+
__version__ = "1.0.9"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ansible_rulebook
3-
version = 1.0.8
3+
version = 1.0.9
44
description = Event driven automation for Ansible
55
url = https://github.com/ansible/ansible-rulebook
66
license = Apache-2.0

0 commit comments

Comments
 (0)