Skip to content

Commit 4cf23b4

Browse files
chore: release v0.3.9 (#29)
## 🤖 New release * `instability`: 0.3.8 -> 0.3.9 * `instability-example`: 0.3.8 -> 0.3.9 <details><summary><i><b>Changelog</b></i></summary><p> ## `instability` <blockquote> ## [0.3.9](instability-v0.3.8...instability-v0.3.9) - 2025-07-18 ### Other - split release jobs, fixup permissions ([#28](#28)) </blockquote> ## `instability-example` <blockquote> ## [0.3.7](instability-example-v0.3.6...instability-example-v0.3.7) - 2025-01-10 ### Other - Add #[allow(unused_imports)] lint to unstable reexports ([#21](#21)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d88afd1 commit 4cf23b4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.3.9](https://github.com/ratatui/instability/compare/instability-v0.3.8...instability-v0.3.9) - 2025-07-18
8+
9+
### Other
10+
11+
- split release jobs, fixup permissions ([#28](https://github.com/ratatui/instability/pull/28))
12+
713
## [0.3.8](https://github.com/ratatui/instability/compare/instability-v0.3.7...instability-v0.3.8) - 2025-07-11
814

915
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ members = ["example"]
55
[workspace.package]
66
authors = ["Stephen M. Coakley <me@stephencoakley.com>", "The Ratatui Developers"]
77
license = "MIT"
8-
version = "0.3.8"
8+
version = "0.3.9"
99
edition = "2021"
1010
rust-version = "1.64"
1111
repository = "https://github.com/ratatui/instability"
1212

1313
[workspace.dependencies]
14-
instability = { path = ".", version = "0.3.8" }
14+
instability = { path = ".", version = "0.3.9" }
1515

1616
[package]
1717
name = "instability"

0 commit comments

Comments
 (0)