Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
bootandy committed Jul 19, 2021
1 parent ed3902f commit 8fddb24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.6.0"
version = "0.6.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ci/how2publish.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------- To do a release ---------
# edit version in cargo.toml
# tag a commit and push (increment version first):
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5
# git push origin v0.4.5

Expand Down

5 comments on commit 8fddb24

@abitrolly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the bump? Something is broken?

@bootandy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushing 0.6.1 was replacing a feature: the -x flag.

@abitrolly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And 0.6.0? Did something big happened where?

@bootandy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are you referring to ? v0.6.0 was a performance rewrite.

@abitrolly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see. Worth updating then. Thanks. :D

Please sign in to comment.