diff --git a/.versionrc.json b/.versionrc.json new file mode 100644 index 0000000..b17d2e2 --- /dev/null +++ b/.versionrc.json @@ -0,0 +1,4 @@ +{ + "packageFiles": ["build.gradle.kts"], + "bumpFiles": ["build.gradle.kts"] +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf3d5fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## 2024.1.0 (2024-09-03) + + +### Features + +* **Core:** Add a service to manage `book.toml` files ([d1daee3](https://github.com/becmer/mdbook-jetbrains/commit/d1daee3a4b51c59340e2750fa2f6ab8bbd051f90)) +* **Core:** Add coroutine-based child process management ([09a89d6](https://github.com/becmer/mdbook-jetbrains/commit/09a89d694298cadef78ea9fb68f99af9a1aa1c94)) +* **UI/UX:** Add a tool window to render books ([2b4f114](https://github.com/becmer/mdbook-jetbrains/commit/2b4f114fedd8ba0ce8bfad1a46e36bab7cd23327)) +* **Plugin:** Prepare the plugin for initial release ([818a790](https://github.com/becmer/mdbook-jetbrains/commit/818a79009ea1b96b87918de3d8e6ebfcd0547366))