File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## Unreleased
6
6
7
+ ## [ 0.3.4] ( https://github.com/ratatui/instability/compare/instability-v0.3.3...instability-v0.3.4 ) - 2024-12-21
8
+
7
9
### Added
8
10
9
- - Allow placing ` instability ` and ` stability ` on ` impl ` blocks ([ #15 ] ( https://github.com/ratatui/instability/pull/15 ) )
11
+ - Allow marking impl blocks unstable/stable ([ #15 ] ( https://github.com/ratatui/instability/pull/15 ) )
10
12
11
13
## [ 0.3.3] ( https://github.com/ratatui/instability/compare/instability-v0.3.2...instability-v0.3.3 ) - 2024-11-12
12
14
@@ -29,15 +31,18 @@ All notable changes to this project will be documented in this file.
29
31
## [ 0.3.2] ( https://github.com/ratatui-org/instability/compare/instability-v0.3.1...instability-v0.3.2 ) - 2024-06-27
30
32
31
33
### Fixed
34
+
32
35
- readme link to license ([ #7 ] ( https://github.com/ratatui-org/instability/pull/7 ) )
33
36
- readme badge ([ #5 ] ( https://github.com/ratatui-org/instability/pull/5 ) )
34
37
35
38
## [ 0.3.1] ( https://github.com/ratatui-org/instability/compare/instability-v0.3.0...instability-v0.3.1 ) - 2024-06-27
36
39
37
40
### Added
41
+
38
42
- allow use statements to be marked unstable ([ #3 ] ( https://github.com/ratatui-org/instability/pull/3 ) )
39
43
40
44
### Other
45
+
41
46
- tweak doc wording and formatting ([ #4 ] ( https://github.com/ratatui-org/instability/pull/4 ) )
42
47
- add release automation ([ #1 ] ( https://github.com/ratatui-org/instability/pull/1 ) )
43
48
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " instability"
3
- version = " 0.3.3 "
3
+ version = " 0.3.4 "
4
4
description = " Rust API stability attributes for the rest of us. A fork of the `stability` crate."
5
5
authors = [
" Stephen M. Coakley <[email protected] >" ,
" Joshka" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments