Skip to content

Commit ec13907

Browse files
committed
Release v1.1.0.
1 parent 0ab0b88 commit ec13907

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rpds"
33
description = "Persistent data structures with structural sharing"
4-
version = "1.0.2-pre"
4+
version = "1.1.0"
55
authors = ["Diogo Sousa <[email protected]>"]
66

77
edition = "2021"

release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## 1.1.0
4+
5+
* Use [triomphe](https://crates.io/crates/triomphe) reference-counting pointer by default in `Sync` data structures,
6+
which improves their performance.
7+
38
## 1.0.1
49

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

0 commit comments

Comments
 (0)