Skip to content

Commit 9eeb10c

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.0.0 [skip ci]
1 parent fbe5c13 commit 9eeb10c

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.0.0](https://github.com/DevYukine/rustfoil/compare/v0.5.1...v1.0.0) (2023-11-21)
2+
3+
4+
* feat!: add missing tinfoil keys back to CLI, require them in lib ([fbe5c13](https://github.com/DevYukine/rustfoil/commit/fbe5c1318d83c2eef39527a994865ee9cf31bcdd))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* changes parameter of TinfoilService#generate_index method in lib
10+
11+
This also adds googleApiKey, headers back as CLI flags
12+
13+
14+
115
## [0.5.1](https://github.com/DevYukine/rustfoil/compare/v0.5.0...v0.5.1) (2023-11-19)
216

317

@@ -41,19 +55,3 @@
4155

4256

4357

44-
# [0.4.0](https://github.com/DevYukine/rustfoil/compare/v0.3.0...v0.4.0) (2020-12-12)
45-
46-
47-
### Bug Fixes
48-
49-
* check if public key is there before trying to access it ([e220810](https://github.com/DevYukine/rustfoil/commit/e2208109f8feee0ebf034b706eeae6f19b1a29c8))
50-
* **output_index:** create all folders for output path if they don't exist ([4acd40e](https://github.com/DevYukine/rustfoil/commit/4acd40e9de90c5ffeb9f01db4493f73986800427))
51-
* **output_index:** create_dir_all expects a folder ([f636e82](https://github.com/DevYukine/rustfoil/commit/f636e82ae5821f0388f1ebbae0f54fd26c63b829))
52-
53-
54-
### Features
55-
56-
* implement tinfoil index location ([488657a](https://github.com/DevYukine/rustfoil/commit/488657acf60d87fcecabeb38fa1892f30a1f5c3e))
57-
58-
59-

rustfoil-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfoil-cli"
3-
version = "0.5.1"
3+
version = "1.0.0"
44
description = "Rustfoil is a CLI which can generate an Index file to use with Tinfoil. It supports both Gdrive and local files hosted via a Http Server."
55
authors = ["DevYukine <devyukine@gmx.de>"]
66
edition = "2021"

0 commit comments

Comments
 (0)