From 54d2aa02bad51843a47f6f9edd52da8f7b5c97d7 Mon Sep 17 00:00:00 2001 From: release-plz Date: Fri, 21 Apr 2023 15:08:05 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2d372..10fdfdc 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.8](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.7...v0.1.8) - 2023-04-21 + +### Fixed +- Another indentation fix, not my day + ## [0.1.7](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.6...v0.1.7) - 2023-04-21 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index dee693a..0cce51f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "mdbook-combiner" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "mdbook", diff --git a/Cargo.toml b/Cargo.toml index d3145b4..dafa80d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-combiner" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT" description = "a utility to combine mdbook summaries from multiple source into one mdbook"