From a99f83904b0db9516079530ca53cf23da50df492 Mon Sep 17 00:00:00 2001 From: pythops Date: Thu, 5 Sep 2024 12:34:56 +0200 Subject: [PATCH] release v0.11.2 --- CHANGELOG.md | 17 +++++++++-------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e2eb5..bfbc7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,19 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [unreleased] +## [0.11.2] - 2024-09-05 ### Added -* Windows executables to release. -* Windows config instructions. - +- Windows executables to release. +- Windows config instructions. ### Changed -* Reworked release github workflow. +- Reworked release github workflow. +- Use `stdout` for crossterm instead of `stderr` +### Updated + +- Bump ratatui version ## [0.11.1] - 2024-03-19 @@ -123,7 +125,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First release 🎉 - [unreleased]: https://github.com/WyvernIXTL/ubilerntui/compare/v0.11.1...HEAD [0.11.1]: https://github.com/pythops/tenere/compare/v0.11...v0.11.1 [0.11]: https://github.com/pythops/tenere/compare/v0.10...v0.11 @@ -136,4 +137,4 @@ First release 🎉 [0.4]: https://github.com/pythops/tenere/compare/v0.3...v0.4 [0.3]: https://github.com/pythops/tenere/compare/v0.2...v0.3 [0.2]: https://github.com/pythops/tenere/compare/v0.1...v0.2 -[0.1]: https://github.com/pythops/tenere/releases/tag/v0.1 \ No newline at end of file +[0.1]: https://github.com/pythops/tenere/releases/tag/v0.1 diff --git a/Cargo.lock b/Cargo.lock index a698fd2..14fde19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "tenere" -version = "0.11.1" +version = "0.11.2" dependencies = [ "ansi-to-tui", "arboard", diff --git a/Cargo.toml b/Cargo.toml index ee5da4a..9dbe303 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenere" -version = "0.11.1" +version = "0.11.2" authors = ["Badr Badri "] license = "GPL-3.0" edition = "2021"