chore: bump version to 0.2.4
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Cinco Euzebio 2026-02-28 21:22:17 -03:00
parent ff0a44081a
commit f1b5b4e304
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@ 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/).
## [0.2.4] - 2026-03-01
### Fixed
- Cálculo do percentual de cobertura no CI (campo correto do JSON do tarpaulin)
- Pipeline `release` restrito a tags com formato de versão (`[0-9]*`)
## [0.2.2] - 2026-02-28
### Added

View File

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