diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cad73..9682f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2024-12-22 + +### Other +- update cargo + ## [0.1.2] - 2024-12-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index f758820..02e73c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["crates/gitignore_inner", "."] [workspace.package] -version = "0.1.2" +version = "0.1.3" [package] name = "kignore"