From b7e259bed1dff4360fd42647279e17ec181bb3a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:20:48 +0800 Subject: [PATCH] chore: release v0.2.7+0.60.8 (#4) * chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a5048..8cc64c1 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.7+0.60.8](https://github.com/Maroon502/cgl-src/compare/v0.2.6+0.60.8...v0.2.7+0.60.8) - 2024-04-11 + +### Fixed +- add more flag when linking libraries from system + ## [0.2.6+0.60.8](https://github.com/Maroon502/cgl-src/compare/v0.2.5+0.60.8...v0.2.6+0.60.8) - 2023-10-27 ### Change diff --git a/Cargo.toml b/Cargo.toml index a7f572b..b10b6b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgl-src" -version = "0.2.6+0.60.8" +version = "0.2.7+0.60.8" edition = "2021" build = "build.rs" links = "Cgl"