Prepare 0.3.0

This commit is contained in:
Isaiah Odhner 2023-09-16 21:42:34 -04:00
parent 99a5441a10
commit a0247a0870
3 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0] - 2023-09-16
### Removed
- `--recode-samples` option is removed, now covered by the `pytest` test suite.
@ -83,6 +85,7 @@ First release!
- Dark mode
- Magnification using FIGlet font files as well as procedural meta-glyphs, with an optional grid
[unreleased]: https://github.com/1j01/textual-paint/compare/v0.1.0...HEAD
[unreleased]: https://github.com/1j01/textual-paint/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/1j01/textual-paint/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/1j01/textual-paint/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/1j01/textual-paint/releases/tag/v0.1.0

View File

@ -1,6 +1,6 @@
[metadata]
name = textual_paint
version = 0.2.0
version = 0.3.0
description = MS Paint in the terminal, built with Textual
long_description = file: README.md
long_description_content_type = text/markdown

View File

@ -5,7 +5,7 @@ __copyright__ = "Copyright Isaiah Odhner"
__credits__ = ["Isaiah Odhner"]
__maintainer__ = "Isaiah Odhner"
__email__ = "isaiahodhner@gmail.com"
__version__ = "0.2.0"
__version__ = "0.3.0"
__license__ = "MIT"
# Set version string when in a git repository