File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
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
+
7
13
## [ 0.3.6] ( https://github.com/ratatui/instability/compare/instability-v0.3.5...instability-v0.3.6 ) - 2025-01-04
8
14
9
15
### Other
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ members = ["example"]
5
5
[workspace .package ]
6
6
authors = [
" Stephen M. Coakley <[email protected] >" ,
" The Ratatui Developers" ]
7
7
license = " MIT"
8
- version = " 0.3.6 "
8
+ version = " 0.3.7 "
9
9
edition = " 2021"
10
10
rust-version = " 1.64"
11
11
repository = " https://github.com/ratatui-org/instability"
12
12
13
13
[workspace .dependencies ]
14
- instability = { path = " ." , version = " 0.3.6 " }
14
+ instability = { path = " ." , version = " 0.3.7 " }
15
15
16
16
[package ]
17
17
name = " instability"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 0.3.5] ( https://github.com/ratatui/instability/compare/instability-example-v0.3.4...instability-example-v0.3.5 ) - 2024-12-21
11
17
12
18
### Added
You can’t perform that action at this time.
0 commit comments