Skip to content

Commit

Permalink
This is 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Mar 13, 2021
1 parent b804097 commit 4249c8e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 66 deletions.
87 changes: 35 additions & 52 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sheldon"
version = "0.6.1"
version = "0.6.2"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2018"
description = "Fast, configurable, shell plugin manager."
Expand All @@ -20,35 +20,35 @@ anyhow = "1.0.38"
atty = "0.2.14"
casual = "0.2.0"
clap = "3.0.0-beta.2"
curl = "0.4.34"
curl = "0.4.35"
fs2 = "0.4.3"
git2 = "0.13.17"
globwalk = "0.8.1"
handlebars = "3.5.2"
handlebars = "3.5.3"
home = "0.5.3"
indexmap = { version = "1.6.1", features = ["serde-1"] }
indexmap = { version = "1.6.2", features = ["serde-1"] }
itertools = "0.10.0"
maplit = "1.0.2"
once_cell = "1.5.2"
regex = "1.4.3"
once_cell = "1.7.2"
regex = "1.4.4"
regex-macro = "0.1.1"
scoped_threadpool = "0.1.9"
serde = { version = "1.0.123", features = ["derive"] }
thiserror = "1.0.23"
serde = { version = "1.0.124", features = ["derive"] }
thiserror = "1.0.24"
toml = { version = "0.5.8", features = ["preserve_order"] }
toml_edit = "0.2.0"
url = { version = "2.2.0", features = ["serde"] }
url = { version = "2.2.1", features = ["serde"] }
walkdir = "2.3.1"
which = { version = "4.0.2", default-features = false }

[build-dependencies]
anyhow = "1.0.38"
once_cell = "1.5.2"
once_cell = "1.7.2"

[dev-dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
pretty_assertions = "0.6.1"
pretty_assertions = "0.7.1"
tempfile = "3.2.0"

[workspace]
Expand Down
7 changes: 4 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## 0.6.2

*Unreleased*
*March 13th, 2021*

- Fix edit bug. If the edit file existed and you chose the "Abort" option the
file would be deleted by mistake.
- [Fix edit bug.][a4a0602] If the edit file existed and you chose the "Abort"
option the file would be deleted by mistake.
- [Always include details section in version output.][92a23b5] This was
previously excluded if there was no Git information.

[a4a0602]: https://github.com/rossmacarthur/sheldon/commit/a4a06023f5ec582964fdcf3ad036998dace02616
[92a23b5]: https://github.com/rossmacarthur/sheldon/commit/92a23b5289c4c206a228e6bf11ce937c4649047b

## 0.6.1
Expand Down

0 comments on commit 4249c8e

Please sign in to comment.