diff --git a/CHANGELOG.md b/CHANGELOG.md index 9682f14..5e1dcc7 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.4] - 2024-12-22 + +### Other +- update lock + ## [0.1.3] - 2024-12-22 ### Other diff --git a/Cargo.toml b/Cargo.toml index 02e73c8..3b5566d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["crates/gitignore_inner", "."] [workspace.package] -version = "0.1.3" +version = "0.1.4" [package] name = "kignore"