diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e5d0b..711d315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1](https://github.com/Atliac/wgc/compare/v2.0.0...v2.0.1) - 2026-09-15 + +### Other + +- Add beginner mdBook tutorial and GitHub Pages deployment workflow ([#54](https://github.com/Atliac/wgc/pull/54)) + ## [2.0.0](https://github.com/Atliac/wgc/compare/v1.0.7...v2.0.0) - 2026-09-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index 2fcfbbf..36b4b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2509,7 +2509,7 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" [[package]] name = "wgc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "image", diff --git a/Cargo.toml b/Cargo.toml index 9dcaa1d..bd3f650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgc" -version = "2.0.0" +version = "2.0.1" edition = "2024" license = "MIT OR Apache-2.0" authors = ["Atliac"]