Skip to content

Commit 6420472

Browse files
chore: release v0.3.5 (#17)
## 🤖 New release * `instability-example`: 0.3.4 -> 0.3.5 * `instability`: 0.3.4 -> 0.3.5 <details><summary><i><b>Changelog</b></i></summary><p> ## `instability-example` <blockquote> ## [0.3.5](instability-example-v0.3.4...instability-example-v0.3.5) - 2024-12-21 ### Added - Allow marking impl blocks unstable/stable (#15) - add stable macro (#14) - use doc(cfg) - allow use statements to be marked unstable (#3) ### Other - prepare instability-example for publish (#18) - bump msrv to 1.63 - tweak doc wording and formatting (#4) - fork and change name to instabilty - Apply visibility restriction to struct fields ([#10](#10)) - Update to Rust edition 2021 ([#9](#9)) - Add issue tracking - Initial version </blockquote> ## `instability` <blockquote> ## [0.3.5](instability-v0.3.4...instability-v0.3.5) - 2024-12-21 ### Other - prepare instability-example for publish (#18) - clippy --fix </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>
1 parent 308c590 commit 6420472

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

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+
714
## [0.3.4](https://github.com/ratatui/instability/compare/instability-v0.3.3...instability-v0.3.4) - 2024-12-21
815

916
### Added

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ members = ["example"]
55
[workspace.package]
66
authors = ["Stephen M. Coakley <[email protected]>", "The Ratatui Developers"]
77
license = "MIT"
8-
version = "0.3.4"
8+
version = "0.3.5"
99
edition = "2021"
1010
rust-version = "1.64"
1111
repository = "https://github.com/ratatui-org/instability"
1212

1313
[workspace.dependencies]
14-
instability = { path = ".", version = "0.3.4" }
14+
instability = { path = ".", version = "0.3.5" }
1515

1616
[package]
1717
name = "instability"

example/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)