Skip to content

Commit

Permalink
Prepare the 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 20, 2021
1 parent 5cc6197 commit 9243bd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.7.0 - 2021-12-19
### Added
- `encode_text()` offers a `valign` argument for controling vertical alignment
within the board.
- `Client.post_message()` now raises ValueError if `message` is a list of
encoded characters with the wrong dimensions.

### Changed
- `encode_text()` now always produces six rows of output (a full board).

### Removed
- Dropped support for Python 3.6, which has officially reached the end of its
supported life.

## 0.6.0 - 2021-12-05
### Added
- `encode_text()` for encoding lines of text
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.6.0"
__version__ = "0.7.0"

0 comments on commit 9243bd5

Please sign in to comment.