From 05901bfcdc27936777036e5b8b1d9d7f3940b572 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:02:00 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66df88d..0be16ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7](https://github.com/Maroon502/coin-build-tools/compare/v0.2.6...v0.2.7) - 2024-04-11 + +### Other +- Update Action +- Update Readme.md +- Update Action +- Update Action +- Update Action + ## [0.2.6](https://github.com/Maroon502/coin-build-tools/compare/v0.2.5...v0.2.6) - 2023-10-27 ### Change diff --git a/Cargo.toml b/Cargo.toml index 4471ae2..20d1c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coin-build-tools" -version = "0.2.6" +version = "0.2.7" edition = "2021" license = "Apache-2.0" description = "coin-build-tools provides a set of tools to build COIN-OR libraries from source."