You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
* 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))
Copy file name to clipboardExpand all lines: rustfoil-cli/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "rustfoil-cli"
3
-
version = "0.5.1"
3
+
version = "1.0.0"
4
4
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."
0 commit comments