Skip to content

Commit

Permalink
Bump Dogear version to v0.5.0 (#72)
Browse files Browse the repository at this point in the history
* Bump Dogear version to v0.5.0
  • Loading branch information
skhamis authored Jun 23, 2022
1 parent 1d290d7 commit f83e6db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dogear"
description = "A library for merging bookmark trees."
version = "0.4.0"
version = "0.5.0"
repository = "https://github.com/mozilla/dogear"
authors = ["Lina Cambridge <lina@mozilla.com>"]
license = "Apache-2.0"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ Dogear implements the merge algorithm only; it doesn't handle syncing, storage,
## Requirements

* Rust 1.31.0 or higher


## Updating this package
Once a new version of Dogear is ready to release. The new version will need to be published to [crates.io](https://crates.io/crates/dogear). Dogear follows the documentation detailed in the [Cargo book](https://doc.rust-lang.org/cargo/reference/publishing.html#publishing-a-new-version-of-an-existing-crate).
### Steps to publish a new verison
1. Bump the version in the `Cargo.toml` file
2. Run `cargo publish --dry-run`
- Validate it does what you want it to do
3. Run `cargo publish` and follow the steps cargo provides

0 comments on commit f83e6db

Please sign in to comment.