Skip to content

Commit

Permalink
Prepare a pq-src 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Mar 8, 2024
1 parent 960c2e3 commit 31d60fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pq-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pq-src"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
include = [
"src/*",
Expand Down

0 comments on commit 31d60fb

Please sign in to comment.