Skip to content

Commit

Permalink
Bump version and add changes entry for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 29, 2023
1 parent b97069d commit d77f105
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/houseabsolute/precious"
version = "0.5.2"
version = "0.6.0"

[[bin]]
name = "precious"
Expand All @@ -42,9 +42,9 @@ log = "0.4.20"
md5 = "0.7.0"
once_cell = "1.18.0"
pathdiff = "0.2.1"
precious-core = { version = "0.5.2", path = "./precious-core" }
precious-helpers = { version = "0.5.2", path = "./precious-helpers" }
precious-testhelper = { version = "0.5.2", path = "./precious-testhelper" }
precious-core = { version = "0.6.0", path = "./precious-core" }
precious-helpers = { version = "0.6.0", path = "./precious-helpers" }
precious-testhelper = { version = "0.6.0", path = "./precious-testhelper" }
pretty_assertions = "1.4.0"
prettytable = "0.10.0"
rayon = "1.8.0"
Expand Down
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- next-header -->

## 0.6.0 - 2023-10-29

- Added a new `precious config init` command that can generate `precious.toml` for you. Suggested by
Olaf Alders. GH #53.

## 0.5.2 - 2023-10-09

- Help output is now line-wrapped based on your terminal width.
Expand Down

0 comments on commit d77f105

Please sign in to comment.