From d7a3510dd806b0edb2e09de2a67cc78a7a464141 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Tue, 20 Dec 2022 14:50:37 -0500 Subject: [PATCH] Update to 4.1.2 Signed-off-by: Nick Gerace --- CHANGELOG.md | 6 ++++-- Cargo.lock | 2 +- crates/gfold/Cargo.toml | 2 +- docs/RELEASE.md | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba217e2..df20ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ For new changes prior to version 4.0.0, please see [CHANGELOG_PRE_V4](./docs/CHA ## Unreleased - +The latest version contains all changes. + +## 4.1.2 - 2022-12-20 ### Changed - Bump dependencies -- When checking if unpushed and attempting to resolve the reference from a short name, ignore the error and assume we need to push +- When checking if "unpushed" and attempting to resolve the reference from a short name, ignore the error and assume we need to push ## 4.1.1 - 2022-12-19 diff --git a/Cargo.lock b/Cargo.lock index 158ccc0..d9aecb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "gfold" -version = "4.1.1" +version = "4.1.2" dependencies = [ "anyhow", "clap", diff --git a/crates/gfold/Cargo.toml b/crates/gfold/Cargo.toml index 1cefd46..e8418c9 100644 --- a/crates/gfold/Cargo.toml +++ b/crates/gfold/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../README.md" repository = "https://github.com/nickgerace/gfold/" edition = "2021" -version = "4.1.1" +version = "4.1.2" [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 35c30c5..b46ea97 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -8,7 +8,7 @@ This checklist details the `gfold` release process. Steps should be executed in sequential order. - [ ] Checkout and rebase `main` to its latest commit, then checkout a new branch -- [ ] Change the `version` field in `Cargo.toml` to the new tag +- [ ] Change the `version` field in [`Cargo.toml`](../crates/gfold/Cargo.toml) to the new tag - [ ] **Full Releases Only**: change the version in `CHANGELOG.md` and uncomment the following line: `` - [ ] Verify that everything looks/works as expected: