diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..46cfb90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.4](https://github.com/Maroon502/coinclp-sys/compare/v0.2.3...v0.2.4) - 2023-10-27 + +### Added +- link to clp_src automically + +### Other +- Bump bindgen from 0.64 to 0.68 +- update workflow +- add action workflow diff --git a/Cargo.toml b/Cargo.toml index 4a1db05..c96ec9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coinclp-sys" -version = "0.2.3" +version = "0.2.4" edition = "2021" build = "build.rs" license = "Apache-2.0"