Skip to content

Commit

Permalink
Prepare the 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jan 22, 2024
1 parent 8c4db8c commit 205d915
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.11.0 - Unreleased
### Added
- `VBMLClient` provides a client interface to Vestaboard's [VBML (Vestaboard
Markup Language)](https://docs.vestaboard.com/docs/vbml) API.
- Added support for Python 3.12.

### Changed
- Switched to a `pyproject.toml`-based package configuration.

## 0.10.1 - 2023-07-22
### Added
- Added text message support to `ReadWriteClient.write_message()`.
Expand Down
2 changes: 1 addition & 1 deletion src/vesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"VBMLClient",
)

__version__ = "0.11.0-dev"
__version__ = "0.11.0"

0 comments on commit 205d915

Please sign in to comment.