Skip to content

Commit

Permalink
Prepare the 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 20, 2021
1 parent 98c09ac commit 2cf0c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 0.7.1 - 2021-12-19
### Fixed
- `encode_text()` was adding a leading blank character to the row after a line
break.

## 0.7.0 - 2021-12-19
### Added
- `encode_text()` offers a `valign` argument for controling vertical alignment
- `encode_text()` offers a `valign` argument for controlling vertical alignment
within the board.
- `Client.post_message()` now raises ValueError if `message` is a list of
encoded characters with the wrong dimensions.
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.7.0"
__version__ = "0.7.1"

0 comments on commit 2cf0c12

Please sign in to comment.