Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
The attentive will note that no code has changed since v0.1.0.
However, the crate name had been squatted, and a v0.1.0 had already
been published. I yanked all existing version on taking ownership,
but bumping the minor version is still necessary to ensure that
nobody downloads the current version while expecting the old one.
  • Loading branch information
coriolinus committed Feb 12, 2021
1 parent 648e44e commit c9d9caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calc"
version = "0.1.0"
version = "0.2.0"
authors = ["Peter Goodspeed-Niklaus <[email protected]>"]
edition = "2018"
description = "CLI calculator app"
Expand Down

0 comments on commit c9d9caf

Please sign in to comment.