chore: bump version to 0.2.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Cinco Euzebio 2026-02-28 21:04:39 -03:00
parent 71971c7b1b
commit a6666dced9
2 changed files with 2 additions and 2 deletions

View File

@ -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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [0.2.2] - 2026-02-28
### Added ### Added
- Coverage badge generated by `cargo-tarpaulin` in CI, hosted on the `badges` branch - Coverage badge generated by `cargo-tarpaulin` in CI, hosted on the `badges` branch

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tmuxido" name = "tmuxido"
version = "0.2.1" version = "0.2.2"
edition = "2024" edition = "2024"
[dev-dependencies] [dev-dependencies]