From 1288fcda489996e62cbad03263ff37908dd4a317 Mon Sep 17 00:00:00 2001 From: release-plz Date: Thu, 13 Apr 2023 22:51:51 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ad83cd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.0...v0.1.1) - 2023-04-13 + +### Other +- Added a readme diff --git a/Cargo.lock b/Cargo.lock index 5d46067..25b2d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "mdbook-combiner" -version = "0.1.0" +version = "0.1.1" dependencies = [ "mdbook", ] diff --git a/Cargo.toml b/Cargo.toml index 77eedcd..07dcdf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-combiner" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "a utility to combine mdbook summaries from multiple source into one mdbook"