From 681756cffe9509189d8d92da2894206cdc62004b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:24:43 +0000 Subject: [PATCH] chore: release v0.2.9+2.10.12 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a36507..25aa6d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.9+2.10.12](https://github.com/Maroon502/cbc-src/compare/v0.2.8+2.10.12...v0.2.9+2.10.12) - 2026-01-01 + +### Other + +- *(deps)* bump actions/cache from 4 to 5 ([#9](https://github.com/Maroon502/cbc-src/pull/9)) +- *(deps)* bump actions/checkout from 4 to 6 ([#8](https://github.com/Maroon502/cbc-src/pull/8)) +- Bump cc from 1.0 to 1.1 + ## [0.2.8+2.10.12](https://github.com/Maroon502/cbc-src/compare/v0.2.7+2.10.11...v0.2.8+2.10.12) - 2024-08-20 ### Other diff --git a/Cargo.toml b/Cargo.toml index e768bf6..56a60c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbc-src" -version = "0.2.8+2.10.12" +version = "0.2.9+2.10.12" edition = "2021" build = "build.rs" links = "Cbc"