From 2dc12e37c9309b0cba3ed14c7aba1f8dadd14485 Mon Sep 17 00:00:00 2001 From: cinco euzebio Date: Sat, 28 Feb 2026 21:04:39 -0300 Subject: [PATCH] chore: bump version to 0.2.2 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0979e8a..c8cb068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0.0/). -## [Unreleased] +## [0.2.2] - 2026-02-28 ### Added - Coverage badge generated by `cargo-tarpaulin` in CI, hosted on the `badges` branch diff --git a/Cargo.toml b/Cargo.toml index 8712262..8626ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmuxido" -version = "0.2.1" +version = "0.2.2" edition = "2024" [dev-dependencies]