Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
release-plz authored and jscarrott committed Apr 27, 2023
1 parent d03dc46 commit c68b9d6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.10](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.9...v0.1.10) - 2023-04-27

### Added
- Inject titles into each page
- *(jabom)* Retain the jabom dir structure
- Added just a bunch of markdown option for ingesting folders of markdown files
- Added ability to output the generated summary to a file
- Added logic to allow combining of mdbook, serialization still not done
- Added the basic merging capacity, allowing SUMMARY to be rebased

### Fixed
- Another indentation fix, not my day
- Fixed indentation
- *(Serializing)* Fix issue with the format of numbered items
- Included nested items in the rebase

### Other
- release
- release
- release
- Another trigger fix
- release
- Fix trigger again
- release
- Fix CD run trigger
- release
- Added Binary upload to release
- release
- Updated release plz
- Added rust caching
- release
- Added a readme
- Added plz release to automate release

## [0.1.8](https://github.com/jscarrott/mdbook-combiner/compare/v0.1.7...v0.1.8) - 2023-04-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-combiner"
version = "0.1.9"
version = "0.1.10"
edition = "2021"
license = "MIT"
description = "a utility to combine mdbook summaries from multiple source into one mdbook"
Expand Down

0 comments on commit c68b9d6

Please sign in to comment.