From c29d2edf4dbe72870c367b7b9253eb12cae42012 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:22:11 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b24d93..6cfb503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.10+2.11.12](https://github.com/Maroon502/coinutils-src/compare/v0.2.9+2.11.12...v0.2.10+2.11.12) - 2024-08-20 + +### Other +- Bump cc from 1.0 to 1.1 + ## [0.2.9+2.11.12](https://github.com/Maroon502/coinutils-src/compare/v0.2.8+2.11.11...v0.2.9+2.11.12) - 2024-08-20 ### Others diff --git a/Cargo.toml b/Cargo.toml index 90d5435..c445e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coinutils-src" -version = "0.2.9+2.11.12" +version = "0.2.10+2.11.12" edition = "2021" build = "build.rs" links = "CoinUtils"