File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1515project = "annotatedyaml"
1616copyright = "2025, Home Assistant Devs"
1717author = "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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " annotatedyaml"
7- version = " 0.4.1 "
7+ version = " 0.4.2 "
88description = " Annotated YAML that supports secrets for Python"
99readme = " README.md"
1010license = { text = " Apache Software License 2.0" }
You can’t perform that action at this time.
0 commit comments