Skip to content

Commit f5757f9

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.4.0
1 parent f636e82 commit f5757f9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.4.0](https://github.com/DevYukine/rustfoil/compare/v0.3.0...v0.4.0) (2020-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **output_index:** create_dir_all expects a folder ([f636e82](https://github.com/DevYukine/rustfoil/commit/f636e82ae5821f0388f1ebbae0f54fd26c63b829))
7+
* check if public key is there before trying to access it ([e220810](https://github.com/DevYukine/rustfoil/commit/e2208109f8feee0ebf034b706eeae6f19b1a29c8))
8+
* **output_index:** create all folders for output path if they don't exist ([4acd40e](https://github.com/DevYukine/rustfoil/commit/4acd40e9de90c5ffeb9f01db4493f73986800427))
9+
10+
11+
### Features
12+
13+
* implement tinfoil index location ([488657a](https://github.com/DevYukine/rustfoil/commit/488657acf60d87fcecabeb38fa1892f30a1f5c3e))
14+
15+
16+
117
# [0.3.0](https://github.com/DevYukine/rustfoil/compare/v0.2.0...v0.3.0) (2020-12-08)
218

319

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustfoil"
33
description = "Script that will allow you to generate an index file with Google Drive file links for use with Tinfoil"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
authors = ["DevYukine <devyukine@gmx.de>"]
66
edition = "2018"
77

0 commit comments

Comments
 (0)