diff --git a/CHANGELOG.md b/CHANGELOG.md index 6982352..a58be55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.1](https://github.com/DevYukine/rustfoil/compare/v0.4.0...v0.4.1) (2021-02-14) + + +### Bug Fixes + +* **index:** encode name like the whatwg spec requires ([a1d428e](https://github.com/DevYukine/rustfoil/commit/a1d428e5f895a8c06cac497a85427a24dbfa7215)) + + + # [0.4.0](https://github.com/DevYukine/rustfoil/compare/v0.3.0...v0.4.0) (2020-12-12) diff --git a/Cargo.toml b/Cargo.toml index 17eb30f..0b79f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfoil" description = "Script that will allow you to generate an index file with Google Drive file links for use with Tinfoil" -version = "0.4.0" +version = "0.4.1" authors = ["DevYukine "] edition = "2018"