diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a72b1..b081076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.14](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.13...v0.1.14) - 2023-05-03 + +### Fixed +- Fixed duplicate folder creation + ## [0.1.13](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.12...v0.1.13) - 2023-04-28 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index d749ccc..f708dc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,7 +500,7 @@ dependencies = [ [[package]] name = "mdbook-combiner" -version = "0.1.13" +version = "0.1.14" dependencies = [ "clap", "mdbook", diff --git a/Cargo.toml b/Cargo.toml index c9a04d0..bce7244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-combiner" -version = "0.1.13" +version = "0.1.14" edition = "2021" license = "MIT" description = "a utility to combine mdbook summaries from multiple source into one mdbook"