From 2655c075247938a1d352ffe87be64aa81701b6b1 Mon Sep 17 00:00:00 2001 From: Jan Vanbuel Date: Sun, 17 Nov 2024 13:56:47 +0100 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4853641..eadbdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/jvanbuel/flowrs/compare/v0.1.1...v0.1.2) - 2024-11-17 + +### Added + +- add rotating logo on startup + ## [0.1.1](https://github.com/jvanbuel/flowrs/compare/v0.1.0...v0.1.1) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index a9ff436..42855c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "flowrs-tui" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ansi-to-tui", "backtrace", @@ -2006,9 +2006,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1c87e69..241eed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flowrs-tui" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Flowrs is a Terminal User Interface (TUI) for Apache Airflow" license = "MIT"