diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b919c8..99c3601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.0.0](https://github.com/DevYukine/rustfoil/compare/v0.5.1...v1.0.0) (2023-11-21) + + +* feat!: add missing tinfoil keys back to CLI, require them in lib ([fbe5c13](https://github.com/DevYukine/rustfoil/commit/fbe5c1318d83c2eef39527a994865ee9cf31bcdd)) + + +### BREAKING CHANGES + +* changes parameter of TinfoilService#generate_index method in lib + +This also adds googleApiKey, headers back as CLI flags + + + ## [0.5.1](https://github.com/DevYukine/rustfoil/compare/v0.5.0...v0.5.1) (2023-11-19) @@ -41,19 +55,3 @@ -# [0.4.0](https://github.com/DevYukine/rustfoil/compare/v0.3.0...v0.4.0) (2020-12-12) - - -### Bug Fixes - -* check if public key is there before trying to access it ([e220810](https://github.com/DevYukine/rustfoil/commit/e2208109f8feee0ebf034b706eeae6f19b1a29c8)) -* **output_index:** create all folders for output path if they don't exist ([4acd40e](https://github.com/DevYukine/rustfoil/commit/4acd40e9de90c5ffeb9f01db4493f73986800427)) -* **output_index:** create_dir_all expects a folder ([f636e82](https://github.com/DevYukine/rustfoil/commit/f636e82ae5821f0388f1ebbae0f54fd26c63b829)) - - -### Features - -* implement tinfoil index location ([488657a](https://github.com/DevYukine/rustfoil/commit/488657acf60d87fcecabeb38fa1892f30a1f5c3e)) - - - diff --git a/rustfoil-cli/Cargo.toml b/rustfoil-cli/Cargo.toml index 6fc2cfa..ff8713e 100644 --- a/rustfoil-cli/Cargo.toml +++ b/rustfoil-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustfoil-cli" -version = "0.5.1" +version = "1.0.0" 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." authors = ["DevYukine "] edition = "2021"