Skip to content

Commit

Permalink
Merge pull request #10 from jbaublitz/v0.1.3
Browse files Browse the repository at this point in the history
Release v0.1.3
  • Loading branch information
jbaublitz authored Aug 21, 2024
2 parents c6590dd + 1f1d92b commit 84babff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.3

# Maintenance

* Remove unused dependency from Cargo.toml. (https://github.com/jbaublitz/per-thread-mutex/pull/9)

# 0.1.2

# Improvements
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 = "per-thread-mutex"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "Synchronization lock designed for wrapping thread-unsafe C libraries"
documentation = "https://docs.rs/per-thread-mutex"
Expand Down

0 comments on commit 84babff

Please sign in to comment.