Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Dec 31, 2023
1 parent dcb156c commit 9aa3254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

## Next

## `0.0.3`

Release `2023-12-30`

### Changed

- [#71](https://github.com/JoshKarpel/counterweight/pull/71)
Controls are now a union over different `@dataclass`es (instead of an `Enum`) to allow for more flexibility.
The `Screenshot` control now takes a callback function which will be called with the SVG screenshot as an XML tree.
- [#81](https://github.com/JoshKarpel/counterweight/pull/81)
Minimum Python version is raised to `3.11.2` due to a bug in CPython `3.11.1` (https://github.com/python/cpython/issues/100098)
Minimum Python version has been raised to `3.11.2` due to a bug in CPython `3.11.1` (https://github.com/python/cpython/issues/100098)

## `0.0.2`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "counterweight"
version = "0.0.2"
version = "0.0.3"
description = "An experimental TUI framework for Python, inspired by React and Tailwind"
readme="README.md"
homepage="https://github.com/JoshKarpel/counterweight"
Expand Down

0 comments on commit 9aa3254

Please sign in to comment.