From f2ecdbb6b7014765b367273a44630f862c207b3b Mon Sep 17 00:00:00 2001 From: Sondre Aasemoen Date: Wed, 21 Feb 2024 12:47:25 +0100 Subject: [PATCH] Release v1.3.3 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92605ae..df2a671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.3.2 +## v1.3.2/v1.3.3 > 2024-02-21 ## Summary @@ -7,6 +7,7 @@ Build native aarch64 binaries for macOS. ### Commits - [[`a7469ff`](https://github.com/sondr3/git-ignore)] Also run CI on macOS 14 for M1 builds +- [[`9cd21c3`](https://github.com/sondr3/git-ignore)] Actually publish packages ## v1.3.1 > 2024-02-17 diff --git a/Cargo.lock b/Cargo.lock index ad455a0..0d2d20e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "git-ignore-generator" -version = "1.3.2" +version = "1.3.3" dependencies = [ "anyhow", "attohttpc", diff --git a/Cargo.toml b/Cargo.toml index f27fd74..ab3f499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-or-later" name = "git-ignore-generator" readme = "README.md" repository = "https://github.com/sondr3/git-ignore" -version = "1.3.2" +version = "1.3.3" [[bin]] name = "git-ignore"