Skip to content

Commit f83e6db

Browse files
authored
Bump Dogear version to v0.5.0 (#72)
* Bump Dogear version to v0.5.0
1 parent 1d290d7 commit f83e6db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dogear"
33
description = "A library for merging bookmark trees."
4-
version = "0.4.0"
4+
version = "0.5.0"
55
repository = "https://github.com/mozilla/dogear"
66
authors = ["Lina Cambridge <[email protected]>"]
77
license = "Apache-2.0"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ Dogear implements the merge algorithm only; it doesn't handle syncing, storage,
77
## Requirements
88

99
* Rust 1.31.0 or higher
10+
11+
12+
## Updating this package
13+
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).
14+
### Steps to publish a new verison
15+
1. Bump the version in the `Cargo.toml` file
16+
2. Run `cargo publish --dry-run`
17+
- Validate it does what you want it to do
18+
3. Run `cargo publish` and follow the steps cargo provides

0 commit comments

Comments
 (0)