Skip to content

Commit

Permalink
chore: release v0.3.6 (#20)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `instability-example`: 0.3.5 -> 0.3.6
* `instability`: 0.3.5 -> 0.3.6

<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.6](instability-v0.3.5...instability-v0.3.6)
- 2025-01-04

### Other

- Move pretty_assertions to dev-dependencies
([#19](#19))
</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>
  • Loading branch information
github-actions[bot] authored Jan 4, 2025
1 parent 5eca2ee commit cf84fbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [0.3.6](https://github.com/ratatui/instability/compare/instability-v0.3.5...instability-v0.3.6) - 2025-01-04

### Other

- Move pretty_assertions to dev-dependencies ([#19](https://github.com/ratatui/instability/pull/19))

## [0.3.5](https://github.com/ratatui/instability/compare/instability-v0.3.4...instability-v0.3.5) - 2024-12-21

### Other
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ members = ["example"]
[workspace.package]
authors = ["Stephen M. Coakley <[email protected]>", "The Ratatui Developers"]
license = "MIT"
version = "0.3.5"
version = "0.3.6"
edition = "2021"
rust-version = "1.64"
repository = "https://github.com/ratatui-org/instability"

[workspace.dependencies]
instability = { path = ".", version = "0.3.5" }
instability = { path = ".", version = "0.3.6" }

[package]
name = "instability"
Expand Down

0 comments on commit cf84fbe

Please sign in to comment.