Skip to content

Commit

Permalink
This is 0.6.6
Browse files Browse the repository at this point in the history
rossmacarthur committed Jan 29, 2022

Verified

This commit was signed with the committer’s verified signature.
macmv Neil Macneale V
1 parent 55b0f04 commit 31c6df8
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ jobs:
cp target/${{ matrix.target }}/release/$CRATE release/$CRATE
cp LICENSE* release
cp README.md release
cp completions release
cp -R completions release
cd release
tar cfz "../$archive" -- *
cd ..
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.5"
version = "0.6.6"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2018"
description = "Fast, configurable, shell plugin manager."
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 📝 Release notes

## 0.6.6

*January 29th, 2022*

- [Support and bundle shell completions][#129]

[#129]: https://github.com/rossmacarthur/sheldon/issues/129

## 0.6.5

*October 27th, 2021*

0 comments on commit 31c6df8

Please sign in to comment.