Skip to content

Commit

Permalink
This is 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Nov 3, 2019
1 parent 4c11f99 commit 1ae2eb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.4.7"
version = "0.4.8"
authors = ["Ross MacArthur <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
7 changes: 4 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

## 0.4.8

*Unreleased*
*Released on November 3rd, 2019*

- [Auto clean clone and download directories][#87]. Unused plugin source
directories and files will now be automatically removed.
- [Auto clean clone and download directories][#87]. Unused source directories
and files will now be automatically removed.
- [Support Git submodules.][#84] After cloning and checking out a repository
submodules will now be recursively fetched.
- [Support Git source cloning using Git and SSH protocols.][#83] This adds an
optional `protocol` field to plugin configuration which can be used to specify
the protocol for Gist and GitHub sources. Additionally, Git sources can now
specify URLs with protocols `git://` and `ssh://`.

[#87]: https://github.com/rossmacarthur/sheldon/pull/87
[#84]: https://github.com/rossmacarthur/sheldon/pull/84
[#83]: https://github.com/rossmacarthur/sheldon/pull/83

Expand Down

0 comments on commit 1ae2eb9

Please sign in to comment.