Skip to content

Commit 59ae1fc

Browse files
authored
Merge pull request #120 from cuviper/release-1.15.0
Release 1.15.0
2 parents 56178e9 + 7f4bf02 commit 59ae1fc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "either"
3-
version = "1.14.0"
3+
version = "1.15.0"
44
authors = ["bluss"]
55
edition = "2021"
66
rust-version = "1.63.0"
@@ -29,7 +29,8 @@ use_std = ["std"] # deprecated alias
2929
serde_json = "1.0.0"
3030

3131
[package.metadata.release]
32-
no-dev-version = true
32+
allow-branch = ["main"]
33+
sign-tag = true
3334
tag-name = "{{version}}"
3435

3536
[package.metadata.docs.rs]

README.rst

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ How to use with cargo::
3131
Recent Changes
3232
--------------
3333

34+
- 1.15.0
35+
36+
- Fix ``serde`` support when building without ``std``, by @klkvr (#119)
37+
38+
- Use a more common ``std`` feature for default enablement, deprecating
39+
the ``use_std`` feature as a mere alias of the new name.
40+
3441
- 1.14.0
3542

3643
- **MSRV**: ``either`` now requires Rust 1.63 or later.

0 commit comments

Comments
 (0)