Skip to content

Commit 67c0fc6

Browse files
committed
0.3.23
1 parent fac3c44 commit 67c0fc6

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,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.3.22"
3+
version = "0.3.23"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ __ https://bluss.github.io/arrayvec
2222
Recent Changes (arrayvec)
2323
-------------------------
2424

25+
- 0.3.23
26+
27+
- Implement ``PartialOrd, Ord`` as well as ``PartialOrd<str>`` for
28+
``ArrayString``.
29+
2530
- 0.3.22
2631

2732
- Implement ``Array`` for the 65536 size

0 commit comments

Comments
 (0)