diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 84a3aa42..5f979b23 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.0 + +- Improve error messages for broken v2 headers; allow overriding headers [#227](https://github.com/sebpretzer/pyticktick/pull/227) +- Improve error messages for extra fields in models [#223](https://github.com/sebpretzer/pyticktick/pull/223) +- Add support for Python 3.14 and remove support for Python 3.9; fix broken v2 headers [#201](https://github.com/sebpretzer/pyticktick/pull/201) +- Add `background` field to `pyticktick.models.v2.ProjectV2` [#200](https://github.com/sebpretzer/pyticktick/pull/200) + ## 0.2.0 - Add missing fields to `pyticktick.models.v2.TaskV2` [#86](https://github.com/sebpretzer/pyticktick/pull/86) diff --git a/pyproject.toml b/pyproject.toml index 22b17f61..74281383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pyticktick" -version = "0.2.0" +version = "0.3.0" description = "The modern library to interact with the TickTick API." authors = [{ name = "Seb Pretzer", email = "quick.creek3304@fastmail.com" }] license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 34302e01..ba350bc1 100644 --- a/uv.lock +++ b/uv.lock @@ -1327,7 +1327,7 @@ wheels = [ [[package]] name = "pyticktick" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "click" },