Skip to content

Commit

Permalink
Bump version 1.0.0 (#146)
Browse files Browse the repository at this point in the history
Prepares for a stable `1.0.0` release.

This release would signify the start of a stability commitment, and
allow us to update APIs to be reflictive or the current state and things
which we have learnt since.

@yaahc, I would like to request your signoff on this :)
  • Loading branch information
ten3roberts committed Jan 16, 2024
1 parent 32826ab commit d6c0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyre/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eyre"
version = "0.6.11"
version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>", "Jane Lusby <jlusby42@gmail.com>"]
description = "Flexible concrete Error Reporting type built on std::error::Error with customizable Reports"
documentation = "https://docs.rs/eyre"
Expand Down

0 comments on commit d6c0b8d

Please sign in to comment.