Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading