Skip to content

Commit

Permalink
chore: Prepare v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGimbel committed Nov 15, 2023
1 parent 640157e commit 71c27a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.0

- use Rust Edition 2021 (upgrade from 2018)

## v3.3.0

- refactor `make_toc` function for easier third-party integration [#13](https://github.com/KevinGimbel/mktoc/issues/13)
Expand All @@ -22,4 +26,4 @@
## v3.0.0

- Implement JSON settings
- Add build for GitHub Binary releases
- Add build for GitHub Binary releases
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mktoc"
description = "Generate Table of Contents from Markdown files"
license = "MIT"
version = "3.3.0"
version = "4.0.0"
authors = ["Kevin Gimbel <[email protected]>"]
edition = "2021"
repository = "https://github.com/kevingimbel/mktoc"
Expand Down

0 comments on commit 71c27a5

Please sign in to comment.