diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..38acea6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a65a0da..32dd397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to TEI Manager will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.1](https://github.com/nazq/tei-manager/compare/v0.12.0...v0.12.1) (2026-03-04) + + +### Bug Fixes + +* **ci:** trigger CI on release-please branch pushes ([#51](https://github.com/nazq/tei-manager/issues/51)) ([e6d59d6](https://github.com/nazq/tei-manager/commit/e6d59d654e05effee3343eab88ce930ee4483d46)) + ## [0.12.0](https://github.com/nazq/tei-manager/compare/v0.11.0...v0.12.0) (2026-03-04) diff --git a/Cargo.lock b/Cargo.lock index a035f19..dbe0975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3501,7 +3501,7 @@ dependencies = [ [[package]] name = "tei-manager" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 6171f0a..36ffeec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tei-manager" -version = "0.12.0" +version = "0.12.1" edition = "2024" rust-version = "1.91" license = "Apache-2.0"