File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## [ 0.3.5] ( https://github.com/ratatui/instability/compare/instability-v0.3.4...instability-v0.3.5 ) - 2024-12-21
8
+
9
+ ### Other
10
+
11
+ - prepare instability-example for publish (#18 )
12
+ - clippy --fix
13
+
7
14
## [ 0.3.4] ( https://github.com/ratatui/instability/compare/instability-v0.3.3...instability-v0.3.4 ) - 2024-12-21
8
15
9
16
### Added
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.4 "
8
+ version = " 0.3.5 "
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.4 " }
14
+ instability = { path = " ." , version = " 0.3.5 " }
15
15
16
16
[package ]
17
17
name = " instability"
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 0.3.5] ( https://github.com/ratatui/instability/compare/instability-example-v0.3.4...instability-example-v0.3.5 ) - 2024-12-21
11
+
12
+ ### Added
13
+
14
+ - Allow marking impl blocks unstable/stable (#15 )
15
+ - add stable macro (#14 )
16
+ - use doc(cfg)
17
+ - allow use statements to be marked unstable (#3 )
18
+
19
+ ### Other
20
+
21
+ - prepare instability-example for publish (#18 )
22
+ - bump msrv to 1.63
23
+ - tweak doc wording and formatting (#4 )
24
+ - fork and change name to instabilty
25
+ - Apply visibility restriction to struct fields ([ #10 ] ( https://github.com/ratatui/instability/pull/10 ) )
26
+ - Update to Rust edition 2021 ([ #9 ] ( https://github.com/ratatui/instability/pull/9 ) )
27
+ - Add issue tracking
28
+ - Initial version
You can’t perform that action at this time.
0 commit comments