Skip to content

Commit

Permalink
Merge pull request #120 from cuviper/release-1.15.0
Browse files Browse the repository at this point in the history
Release 1.15.0
  • Loading branch information
cuviper authored Mar 5, 2025
2 parents 56178e9 + 7f4bf02 commit 59ae1fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.14.0"
version = "1.15.0"
authors = ["bluss"]
edition = "2021"
rust-version = "1.63.0"
Expand Down Expand Up @@ -29,7 +29,8 @@ use_std = ["std"] # deprecated alias
serde_json = "1.0.0"

[package.metadata.release]
no-dev-version = true
allow-branch = ["main"]
sign-tag = true
tag-name = "{{version}}"

[package.metadata.docs.rs]
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ How to use with cargo::
Recent Changes
--------------

- 1.15.0

- Fix ``serde`` support when building without ``std``, by @klkvr (#119)

- Use a more common ``std`` feature for default enablement, deprecating
the ``use_std`` feature as a mere alias of the new name.

- 1.14.0

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

0 comments on commit 59ae1fc

Please sign in to comment.