Skip to content

Commit c9ae887

Browse files
chore: release v0.3.7 (#22)
1 parent cf3e49a commit c9ae887

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.7](https://github.com/ratatui/instability/compare/instability-v0.3.6...instability-v0.3.7) - 2025-01-10
8+
9+
### Other
10+
11+
- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21))
12+
713
## [0.3.6](https://github.com/ratatui/instability/compare/instability-v0.3.5...instability-v0.3.6) - 2025-01-04
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 <[email protected]>", "The Ratatui Developers"]
77
license = "MIT"
8-
version = "0.3.6"
8+
version = "0.3.7"
99
edition = "2021"
1010
rust-version = "1.64"
1111
repository = "https://github.com/ratatui-org/instability"
1212

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

1616
[package]
1717
name = "instability"

example/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.7](https://github.com/ratatui/instability/compare/instability-example-v0.3.6...instability-example-v0.3.7) - 2025-01-10
11+
12+
### Other
13+
14+
- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21))
15+
1016
## [0.3.5](https://github.com/ratatui/instability/compare/instability-example-v0.3.4...instability-example-v0.3.5) - 2024-12-21
1117

1218
### Added

0 commit comments

Comments
 (0)