Skip to content

Commit

Permalink
This is 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jul 14, 2021
1 parent 8204fd0 commit 34a7113
Show file tree
Hide file tree
Showing 3 changed files with 13 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 = "sheldon"
version = "0.6.3"
version = "0.6.4"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "Fast, configurable, shell plugin manager."
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 📝 Release notes

## 0.6.4

*July 14th, 2021*

- [Fix broken symlink handling.][8df07e3] If a glob match includes a broken
symlink Sheldon will now emit an error.
- [Fix glob behaviour with `uses`.][a831709]

[8df07e3]: https://github.com/rossmacarthur/sheldon/commit/8df07e3295247259213565c632ce0c8d2fd90735
[a831709]: https://github.com/rossmacarthur/sheldon/commit/a8317097b0feb9c1df02bbe9d0ae7c2e4518b290

## 0.6.3

*March 27th, 2021*
Expand Down

0 comments on commit 34a7113

Please sign in to comment.