Bump version to 0.3.4

This commit is contained in:
Joscha 2025-03-08 19:30:44 +01:00
parent e3af509358
commit 57aa8c5930
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
## v0.3.4 - 2025-03-8
### Added ### Added
- `Frame::set_bell` to print a bell character when the frame is displayed - `Frame::set_bell` to print a bell character when the frame is displayed
- `widgets::bell` - `widgets::bell`

View file

@ -1,6 +1,6 @@
[package] [package]
name = "toss" name = "toss"
version = "0.3.3" version = "0.3.4"
edition = "2021" edition = "2021"
[dependencies] [dependencies]