Skip to content

Commit 7ca03fd

Browse files
author
semantic-release
committed
0.4.2
Automatically generated by python-semantic-release
1 parent c2a1fdb commit 7ca03fd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v0.4.2 (2025-03-18)
4+
5+
### Bug fixes
6+
7+
- Ensure wheels build with correct platform tags (#19) ([`c2a1fdb`](https://github.com/home-assistant-libs/annotatedyaml/commit/c2a1fdbe106cf736a178355a97e32e85c6090bc7))
8+
39
## v0.4.1 (2025-03-18)
410

511
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "annotatedyaml"
1616
copyright = "2025, Home Assistant Devs"
1717
author = "Home Assistant Devs"
18-
release = "0.4.1"
18+
release = "0.4.2"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

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

55
[project]
66
name = "annotatedyaml"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Annotated YAML that supports secrets for Python"
99
readme = "README.md"
1010
license = { text = "Apache Software License 2.0" }

0 commit comments

Comments
 (0)