-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e0c8d10
commit 0d73341
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 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.1.9](https://github.com/NobodyXu/concurrent_arena/compare/v0.1.8...v0.1.9) - 2024-09-11 | ||
|
||
### Other | ||
|
||
- Add release-plz.yml ([#18](https://github.com/NobodyXu/concurrent_arena/pull/18)) | ||
- Fix tests on 32 bit ([#17](https://github.com/NobodyXu/concurrent_arena/pull/17)) | ||
- Bump actions/checkout from 3 to 4 ([#14](https://github.com/NobodyXu/concurrent_arena/pull/14)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "concurrent_arena" | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
edition = "2018" | ||
rust-version = "1.63" | ||
|
||
|