Skip to content

Commit

Permalink
chore: release v0.3.1 (#2)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `instability`: 0.3.0 -> 0.3.1

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.3.1](instability-v0.3.0...instability-v0.3.1)
- 2024-06-27

### Added
- allow use statements to be marked unstable
([#3](#3))

### Other
- tweak doc wording and formatting
([#4](#4))
- add release automation
([#1](#1))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
1 parent a542b20 commit 56e2464
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

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

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

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

## [0.3.0] - 2024-06-27

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "instability"
version = "0.3.0"
version = "0.3.1"
description = "Rust API stability attributes for the rest of us. A fork of the `stability` crate."
authors = ["Stephen M. Coakley <[email protected]>", "Joshka"]
license = "MIT"
Expand Down

0 comments on commit 56e2464

Please sign in to comment.