From f1b5b4e30461bab66219b0a80bde242b1a8f3223 Mon Sep 17 00:00:00 2001 From: cinco euzebio Date: Sat, 28 Feb 2026 21:22:17 -0300 Subject: [PATCH] chore: bump version to 0.2.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9ea24..9fc95a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8626ee2..1e0b411 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmuxido" -version = "0.2.2" +version = "0.2.4" edition = "2024" [dev-dependencies]