Skip to content

Commit

Permalink
Release v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed Nov 5, 2023
1 parent 0ab0b88 commit ec13907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rpds"
description = "Persistent data structures with structural sharing"
version = "1.0.2-pre"
version = "1.1.0"
authors = ["Diogo Sousa <[email protected]>"]

edition = "2021"
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 1.1.0

* Use [triomphe](https://crates.io/crates/triomphe) reference-counting pointer by default in `Sync` data structures,
which improves their performance.

## 1.0.1

* Fix the tests of `SparseArrayUsize` on 32-bit computers. This issue did not affect production code which did work
Expand Down

0 comments on commit ec13907

Please sign in to comment.