Skip to content

Commit

Permalink
v0.10.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored Apr 20, 2023
1 parent eab9df0 commit 6888a4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [v0.10.0] - 2023-04-20

### Added

### Changed

- Update MSRV to 1.63, use `rust-version` in manifest
- Update `memoffset` to `0.8.0`
- Update `nix` to `0.26.2`
- Update `ntest` to `0.9.0`
- Compile test programs with clang 14

### Fixed

- Override newly default-enabled PIE flags when compiling test programs

## [v0.9.0] - 2022-08-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pete"
version = "0.9.0"
version = "0.10.0"
rust-version = "1.63"
edition = "2018"
license = "ISC"
Expand Down

0 comments on commit 6888a4f

Please sign in to comment.