Skip to content

Commit

Permalink
chore: release (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 11, 2024
1 parent e0c8d10 commit 89b0efc
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
@@ -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))
2 changes: 1 addition & 1 deletion Cargo.toml
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"

Expand Down

0 comments on commit 89b0efc

Please sign in to comment.