From a34118b5e82548b425dd35c7d5bdb81be5e02bf3 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 22 Dec 2024 11:44:28 +0100 Subject: [PATCH] chore(release): v0.1.3 (#83) chore(release): 0.1.3 Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/gitignore/pulls/83 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"