From 8f5a460082c1c777e0f8d3582d6ae4e0241ec6e5 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Wed, 10 May 2023 12:24:36 -0500 Subject: [PATCH] chore: update version to v0.2.1 Refactor: Remove embedded bubbletea confetti call and use `confety` project cli. Reasoning: The confetti mode is still a work in progress and is being updated in the latest version. --- .../\360\237\224\250 Refactor-20230510-121739.yaml" | 4 ---- .changes/v0.2.1.md | 5 +++++ CHANGELOG.md | 8 ++++++++ cmd/version.go | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 ".changes/unreleased/\360\237\224\250 Refactor-20230510-121739.yaml" create mode 100644 .changes/v0.2.1.md diff --git "a/.changes/unreleased/\360\237\224\250 Refactor-20230510-121739.yaml" "b/.changes/unreleased/\360\237\224\250 Refactor-20230510-121739.yaml" deleted file mode 100644 index 6d371be..0000000 --- "a/.changes/unreleased/\360\237\224\250 Refactor-20230510-121739.yaml" +++ /dev/null @@ -1,4 +0,0 @@ -kind: "\U0001F528 Refactor" -body: Remove embedded bubbletea confetti call and just use the great `confetty` github - project cli directly. -time: 2023-05-10T12:17:39.899087-05:00 diff --git a/.changes/v0.2.1.md b/.changes/v0.2.1.md new file mode 100644 index 0000000..0da7a3d --- /dev/null +++ b/.changes/v0.2.1.md @@ -0,0 +1,5 @@ +## v0.2.1 - 2023-05-10 + +### 🔨 Refactor + +- Remove embedded bubbletea confetti call and just use the great `confetty` github project cli directly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5c32a..8f1c2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.2.1 - 2023-05-10 + +### 🔨 Refactor + +- Remove embedded bubbletea confetti call and just use the great `confetty` github project cli directly. + ## v0.2.0 - 2023-02-16 ### 🎉 Feature @@ -16,6 +22,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie). This runs a post step after creation due to limitations on the azure-cli to associate work-items on a created pull request. Whatever is linked will be automatically set to complete once the pull request is merged. Additionally, allow selection of draft true/false when creating. +- Enter into confetty mode after running. Rough work in progress, so press ctrl+c to exit after it triggers. + Why? The world needs more confetty and tacos. ## v0.1.3 - 2023-02-13 diff --git a/cmd/version.go b/cmd/version.go index a835e4a..858682c 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // version is the semver version, and is updated by changie -var version string = "" +var version string = "v0.2.1"