diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8b1fa..8b2ea46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ All user visible changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/), as described for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md) -## pq-src [0.1.1] +## pq-src [0.1.2] 2024-03-08 + +### Changed + +* Change `#[cfg(target_*)]` attributes in the build script to use cargo set environment variables + instead. This enables cross compiling `pq-src` to a different target system. + +## pq-src [0.1.1] 2024-02-09 ### Changed diff --git a/pq-src/Cargo.toml b/pq-src/Cargo.toml index 20368e8..02823a6 100644 --- a/pq-src/Cargo.toml +++ b/pq-src/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pq-src" -version = "0.1.1" +version = "0.1.2" edition = "2021" include = [ "src/*",