Skip to content

Commit

Permalink
chore: release v0.3.7 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent cf3e49a commit c9ae887
Show file tree
Hide file tree
Showing 3 changed files with 14 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.7](https://github.com/ratatui/instability/compare/instability-v0.3.6...instability-v0.3.7) - 2025-01-10

### Other

- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21))

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

### 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.6"
version = "0.3.7"
edition = "2021"
rust-version = "1.64"
repository = "https://github.com/ratatui-org/instability"

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

[package]
name = "instability"
Expand Down
6 changes: 6 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.7](https://github.com/ratatui/instability/compare/instability-example-v0.3.6...instability-example-v0.3.7) - 2025-01-10

### Other

- Add #[allow(unused_imports)] lint to unstable reexports ([#21](https://github.com/ratatui/instability/pull/21))

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

### Added
Expand Down

0 comments on commit c9ae887

Please sign in to comment.