Skip to content

Commit 11ef7c1

Browse files
chore: release v0.3.12 (#36)
## 🤖 New release * `instability`: 0.3.11 -> 0.3.12 * `instability-example`: 0.3.11 -> 0.3.12 <details><summary><i><b>Changelog</b></i></summary><p> ## `instability` <blockquote> ## [0.3.12](instability-v0.3.11...instability-v0.3.12) - 2026-02-19 ### Other - Do not document reexports ([#33](#33)) </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 7087692 commit 11ef7c1

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.12](https://github.com/ratatui/instability/compare/instability-v0.3.11...instability-v0.3.12) - 2026-02-19
8+
9+
### Other
10+
11+
- Do not document reexports ([#33](https://github.com/ratatui/instability/pull/33))
12+
713
## [0.3.11](https://github.com/ratatui/instability/compare/instability-v0.3.10...instability-v0.3.11) - 2026-01-01
814

915
### Other

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.11"
8+
version = "0.3.12"
99
edition = "2021"
1010
rust-version = "1.88"
1111
repository = "https://github.com/ratatui/instability"
1212

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

1616
[package]
1717
name = "instability"

0 commit comments

Comments
 (0)