Skip to content

Commit

Permalink
Prepare the 0.6.0 release
Browse files Browse the repository at this point in the history
Also add a changelog.
  • Loading branch information
jparise committed Dec 6, 2021
1 parent 4744833 commit 6fcf83d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.6.0 - 2021-12-05
### Added
- `encode_text()` for encoding lines of text

### Fixed
- Fix space character encoding

## 0.5.1 - 2021-11-06
### Added
- Initial Sphinx-based documentation

## 0.5.0 - 2021-11-01
- Initial release
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = attr: vesta.__version__
author = Jon Parise
author_email = [email protected]
description = Vestaboard client library
long_description = file: README.md, LICENSE
long_description = file: README.md, LICENSE, CHANGELOG.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
license = MIT
url = https://github.com/jparise/vesta
Expand Down
2 changes: 1 addition & 1 deletion vesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
'Client',
)

__version__ = "0.5.1"
__version__ = "0.6.0"

0 comments on commit 6fcf83d

Please sign in to comment.