Skip to content

Commit

Permalink
Prepare the 0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Dec 30, 2021
1 parent 7383279 commit 03b43fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.7.2 - 2021-12-30
### Added
- `encode_text()`'s `valign` argument can be set to `None` to disable row
padding.

### Changed
- `encode()`'s error handling has been improved. A `ValueError` will now
be raised for all unsupported character codes, including those within the
[0, 69] range such as 57, 58, and 61.

## 0.7.1 - 2021-12-19
### Fixed
- `encode_text()` was adding a leading blank character to the row after a line
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.1"
__version__ = "0.7.2"

0 comments on commit 03b43fa

Please sign in to comment.