1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
# Changelog
## v1.0.2 (2025-10-04)
### Bug fixes
- Add missing 3.14 armv7l wheels ([`d6f1828`](https://github.com/home-assistant-libs/annotatedyaml/commit/d6f182835ce2620032f4d695262056e95fa04a65))
## v1.0.1 (2025-10-04)
### Bug fixes
- Add wheels for python 3.14 ([`abe319d`](https://github.com/home-assistant-libs/annotatedyaml/commit/abe319d1ec80b2b5ccf207f663dd01e1bf877dce))
## v1.0.0 (2025-08-01)
## v0.4.5 (2025-03-22)
### Bug fixes
- Use spdx license identifier ([`e766abe`](https://github.com/home-assistant-libs/annotatedyaml/commit/e766abe8e0ad92887d3c25c1f02e38194fbc3b7f))
## v0.4.4 (2025-03-19)
### Bug fixes
- Setting `__config_file__` and `__line__` ([`fd8e31a`](https://github.com/home-assistant-libs/annotatedyaml/commit/fd8e31af8c1dd01d18d5b8c33f0902ecd9c7361a))
## v0.4.3 (2025-03-18)
### Bug fixes
- Move exclude to tool.poetry section in pyproject.toml ([`ccdeb88`](https://github.com/home-assistant-libs/annotatedyaml/commit/ccdeb88900bc402c198e36ac8931ab07e6737f35))
- Export node classes at top level ([`9bc1de6`](https://github.com/home-assistant-libs/annotatedyaml/commit/9bc1de6d276adb374e213c88d5b374afccaf494e))
## v0.4.2 (2025-03-18)
### Bug fixes
- Ensure wheels build with correct platform tags ([`c2a1fdb`](https://github.com/home-assistant-libs/annotatedyaml/commit/c2a1fdbe106cf736a178355a97e32e85c6090bc7))
## v0.4.1 (2025-03-18)
### Bug fixes
- Disable cython build for release build ([`ee94448`](https://github.com/home-assistant-libs/annotatedyaml/commit/ee94448f5cc7c8d67a11eccefc863e6f500b59d8))
## v0.4.0 (2025-03-18)
### Features
- Add wheel builds ([`5ed4496`](https://github.com/home-assistant-libs/annotatedyaml/commit/5ed4496a4523416298c982c875eb2ba2aacd0730))
## v0.3.0 (2025-03-18)
### Features
- Improve performance of adding references with cython pxds ([`182fa5b`](https://github.com/home-assistant-libs/annotatedyaml/commit/182fa5b28b513a6416fc5738bae2b741b5174c03))
## v0.2.0 (2025-03-16)
### Features
- Check dict length with node length for quick unique key check ([`b7e7ad5`](https://github.com/home-assistant-libs/annotatedyaml/commit/b7e7ad5134527e9192be7dbcd24d4d9d73a0561d))
## v0.1.1 (2025-02-21)
### Bug fixes
- Set minimum python to 3.12 ([`44db528`](https://github.com/home-assistant-libs/annotatedyaml/commit/44db528d79203a70219198b4c639f073e6c7aef2))
## v0.1.0 (2025-02-21)
### Features
- Initial checkin ([`175411c`](https://github.com/home-assistant-libs/annotatedyaml/commit/175411c07a4fd684fc9067a3993fa8965320fe7e))
|