Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Mar 4, 2021
1 parent 40c420d commit 0ce23b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 0.1.1

- Fix unsound usage of `*mut Node<()>` to access members of a `Node<T>`.
- Fix memory ordering in `SharedCell::replace()`.

# 0.1.0

- First release.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "basedrop"
version = "0.1.0"
version = "0.1.1"
authors = ["Micah Johnston <[email protected]>"]
edition = "2018"
description = "Memory-management tools for real-time audio and other latency-critical scenarios"
Expand Down

0 comments on commit 0ce23b8

Please sign in to comment.