Skip to content

Commit 3e93834

Browse files
committed
Bump version to 0.2.2
1 parent 42cda03 commit 3e93834

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2
2+
3+
- Added implementations for `NonZero<$Int>` that just forward to the internal type under the `nonzero_impls` feature flag.
4+
15
## 0.2.1
26

37
- Added a public re-export of `arrayvec::ArrayString` to avoid having to depend on it yourself.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "to-arraystring"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT"
66
rust-version = "1.56"

0 commit comments

Comments
 (0)