From 41a6f6b7a734f8f0d1ce90bc70c8aa00fa9149f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 10:34:54 +0000 Subject: [PATCH] chore: release v0.1.2+1.8.9 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f19b5..fb1c0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2+1.8.9](https://github.com/Maroon502/bonmin-src/compare/v0.1.1+1.8.9...v0.1.2+1.8.9) - 2025-12-14 + +### Other + +- *(deps)* bump actions/checkout from 4 to 6 ([#4](https://github.com/Maroon502/bonmin-src/pull/4)) +- Bump cc from 1.0 to 1.1 + ## [0.1.1+1.8.9](https://github.com/Maroon502/bonmin-src/compare/v0.1.0+1.8.9...v0.1.1+1.8.9) - 2024-04-11 ### Added diff --git a/Cargo.toml b/Cargo.toml index c7c83fb..964553e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bonmin-src" -version = "0.1.1+1.8.9" +version = "0.1.2+1.8.9" edition = "2021" build = "build.rs" links = "Bonmin"