From 40d6f1f7199e23463ecfa5c9d9120275be5710e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 02:36:04 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f9879..5840dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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 +- add badges and license +- 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 7de8a2e..0bb341d 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 ratatui" license = "MIT" repository = "https://github.com/joshka/tui-popup"