Skip to content

Commit

Permalink
chore: release v0.3.3 (#9)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `instability`: 0.3.2 -> 0.3.3

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

<blockquote>

##
[0.3.3](instability-v0.3.2...instability-v0.3.3)
- 2024-11-12

### Added

- add stable macro
([#14](#14))
- use doc(cfg)

### Fixed

- tests ([#13](#13))
- change master to main in lib.rs

### Other

- bump msrv to 1.63
- use proc_macro2 and add tests
- use darling instead of manual parsing for better error messages on
attributes
</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 Nov 12, 2024
1 parent 14f2993 commit e365305
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

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

### Added

- add stable macro ([#14](https://github.com/ratatui/instability/pull/14))
- use doc(cfg)

### Fixed

- tests ([#13](https://github.com/ratatui/instability/pull/13))
- change master to main in lib.rs

### Other

- bump msrv to 1.63
- use proc_macro2 and add tests
- use darling instead of manual parsing for better error messages on attributes

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

### Fixed
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.2"
version = "0.3.3"
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 e365305

Please sign in to comment.