Skip to content

Commit 0762e06

Browse files
chore: release v0.3.4 (#16)
## 🤖 New release * `instability`: 0.3.3 -> 0.3.4 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.3.4](instability-v0.3.3...instability-v0.3.4) - 2024-12-21 ### Added - Allow marking impl blocks unstable/stable (#15) ### Added - Allow placing `instability` and `stability` on `impl` blocks ([#15](#15)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Josh McKinney <[email protected]>
1 parent 596e13c commit 0762e06

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.3.4](https://github.com/ratatui/instability/compare/instability-v0.3.3...instability-v0.3.4) - 2024-12-21
8+
79
### Added
810

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))
1012

1113
## [0.3.3](https://github.com/ratatui/instability/compare/instability-v0.3.2...instability-v0.3.3) - 2024-11-12
1214

@@ -29,15 +31,18 @@ All notable changes to this project will be documented in this file.
2931
## [0.3.2](https://github.com/ratatui-org/instability/compare/instability-v0.3.1...instability-v0.3.2) - 2024-06-27
3032

3133
### Fixed
34+
3235
- readme link to license ([#7](https://github.com/ratatui-org/instability/pull/7))
3336
- readme badge ([#5](https://github.com/ratatui-org/instability/pull/5))
3437

3538
## [0.3.1](https://github.com/ratatui-org/instability/compare/instability-v0.3.0...instability-v0.3.1) - 2024-06-27
3639

3740
### Added
41+
3842
- allow use statements to be marked unstable ([#3](https://github.com/ratatui-org/instability/pull/3))
3943

4044
### Other
45+
4146
- tweak doc wording and formatting ([#4](https://github.com/ratatui-org/instability/pull/4))
4247
- add release automation ([#1](https://github.com/ratatui-org/instability/pull/1))
4348

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "instability"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Rust API stability attributes for the rest of us. A fork of the `stability` crate."
55
authors = ["Stephen M. Coakley <[email protected]>", "Joshka"]
66
license = "MIT"

0 commit comments

Comments
 (0)