Skip to content

Commit 8db2b22

Browse files
chore: release v0.1.3 (#6)
* chore: release v0.1.3 * chore: bump version to 0.2.0-alpha --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Josh McKinney <[email protected]>
1 parent 0c4d7aa commit 8db2b22

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0-alpha](https://github.com/joshka/tui-equalizer/compare/v0.1.2...v0.2.0-alpha) - 2025-07-12
11+
12+
### Other
13+
14+
- update to ratatui 0.30 alpha and crossterm 0.29 ([#10](https://github.com/joshka/tui-equalizer/pull/10))
15+
- use minor versions in Cargo.toml ([#9](https://github.com/joshka/tui-equalizer/pull/9))
16+
- add demo.tape vhs file
17+
- *(deps)* bump rand from 0.9.0 to 0.9.1 ([#5](https://github.com/joshka/tui-equalizer/pull/5))
18+
1019
## [0.1.2](https://github.com/joshka/tui-equalizer/compare/v0.1.1...v0.1.2) - 2025-02-11
1120

1221
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tui-equalizer"
33
description = "An equalizer widget for Ratatui with multiple frequency bands."
4-
version = "0.1.2"
4+
version = "0.2.0-alpha"
55
rust-version = "1.85.0"
66
edition = "2024"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)