Skip to content

Commit 3758320

Browse files
committed
bump to 0.8.0
1 parent 561cc5f commit 3758320

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Entries are listed in reverse chronological order.
44

55
## Unreleased
66

7+
## 0.8.0
8+
79
* Enable `no_std` use via a default-enabled `std` feature flag.
10+
If you were using `default-features = false` and relying on std support,
11+
you will need to explicitly enable `std`.
812

913
## 0.7.0
1014

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
# When releasing to crates.io:
55
# - Update CHANGELOG.md
66
# - Create git tag.
7-
version = "0.7.0"
7+
version = "0.8.0"
88
authors = ["Henry de Valence <[email protected]>", "Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", "Daira Emma Hopwood <[email protected]>"]
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)