Skip to content

Commit d4e7933

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 182fa5b commit d4e7933

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.3.0 (2025-03-18)
4+
5+
### Features
6+
7+
- Improve performance of adding references with cython pxds (#16) ([`182fa5b`](https://github.com/home-assistant-libs/annotatedyaml/commit/182fa5b28b513a6416fc5738bae2b741b5174c03))
8+
39
## v0.2.0 (2025-03-16)
410

511
### Features

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.2.0"
18+
release = "0.3.0"
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 @@ requires = [ "setuptools" , "Cython>=3" ]
44

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)