Skip to content

Commit 97c6add

Browse files
author
Jonathan Dahan
committed
Create supporting directories if they do not exist
1 parent e49f4bc commit 97c6add

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zr"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Jonathan Dahan <[email protected]>"]
55

66
[dependencies]

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.6.1
2+
3+
+ Create supporting directories if they do not exist
4+
15
# 0.6.0 sabanus
26

37
- Breaking change: `load` now requires the path to be part of the plugin definition

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# z :rat:
22

3-
zr 0.6.0
3+
zr 0.6.1
44
Jonathan Dahan <[email protected]>
55
z:rat: - zsh plugin manager
66

@@ -73,3 +73,4 @@ You can also bench a minimal zsh loading, with
7373
# thanks
7474

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

0 commit comments

Comments
 (0)