Skip to content

Commit 34a7113

Browse files
committed
This is 0.6.4
1 parent 8204fd0 commit 34a7113

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sheldon"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Ross MacArthur <[email protected]>"]
55
edition = "2018"
66
description = "Fast, configurable, shell plugin manager."

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# 📝 Release notes
22

3+
## 0.6.4
4+
5+
*July 14th, 2021*
6+
7+
- [Fix broken symlink handling.][8df07e3] If a glob match includes a broken
8+
symlink Sheldon will now emit an error.
9+
- [Fix glob behaviour with `uses`.][a831709]
10+
11+
[8df07e3]: https://github.com/rossmacarthur/sheldon/commit/8df07e3295247259213565c632ce0c8d2fd90735
12+
[a831709]: https://github.com/rossmacarthur/sheldon/commit/a8317097b0feb9c1df02bbe9d0ae7c2e4518b290
13+
314
## 0.6.3
415

516
*March 27th, 2021*

0 commit comments

Comments
 (0)