Skip to content

Commit

Permalink
Create supporting directories if they do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Jul 8, 2017
1 parent e49f4bc commit 97c6add
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zr"
version = "0.6.0"
version = "0.6.1"
authors = ["Jonathan Dahan <hi@jonathan.is>"]

[dependencies]
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.1

+ Create supporting directories if they do not exist

# 0.6.0 sabanus

- Breaking change: `load` now requires the path to be part of the plugin definition
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# z :rat:

zr 0.6.0
zr 0.6.1
Jonathan Dahan <hi@jonathan.is>
z:rat: - zsh plugin manager

Expand Down Expand Up @@ -73,3 +73,4 @@ You can also bench a minimal zsh loading, with
# thanks

- [SX91](https://github.com/SX91) for linux fixes
- [alanpearce](https://github.com/alanpearce) for bug reports and nix package

0 comments on commit 97c6add

Please sign in to comment.