Skip to content

Commit 1050892

Browse files
chore(main): release 0.9.1 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 389a17f commit 1050892

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/hille721/ansible-variables/compare/v0.9.0...v0.9.1) (2025-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* add Python 3.13 to test matrix ([#120](https://github.com/hille721/ansible-variables/issues/120)) ([389a17f](https://github.com/hille721/ansible-variables/commit/389a17f3ed38cc1a57e81dc1f1c9cd1b2c3186f2))
9+
310
## [0.9.0](https://github.com/hille721/ansible-variables/compare/v0.8.1...v0.9.0) (2025-03-18)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ansible-variables"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
dependencies = [
99
"ansible-core >=2.11.0; python_version <= '3.9'",
1010
"ansible-core >=2.12.0,<8; python_version == '3.10'",

0 commit comments

Comments
 (0)