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.
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
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ members = ["example"]
55[workspace .package ]
66authors = [" Stephen M. Coakley <me@stephencoakley.com>" , " The Ratatui Developers" ]
77license = " MIT"
8- version = " 0.3.6 "
8+ version = " 0.3.7 "
99edition = " 2021"
1010rust-version = " 1.64"
1111repository = " 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 ]
1717name = " 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
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
You can’t perform that action at this time.
0 commit comments