diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f9879..9986bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/joshka/tui-popup/compare/v0.1.0...v0.1.1) - 2023-12-31 + +### Other +- release + ## [0.1.0](https://github.com/joshka/tui-popup/releases/tag/v0.1.0) - 2023-12-31 ### Added diff --git a/Cargo.lock b/Cargo.lock index 1d66468..d3589b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "tui-popup" -version = "0.1.0" +version = "0.1.1" dependencies = [ "color-eyre", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 4f19325..14bfe70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tui-popup" authors = ["Joshka"] -version = "0.1.0" +version = "0.1.1" description = "A simple popup for tui-rs" license = "MIT" repository = "https://github.com/joshka/tui-popup"