Skip to content

Commit

Permalink
chore: update version to v0.2.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sheldonhull committed May 10, 2023
1 parent 239e1f5 commit 8f5a460
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/🔨 Refactor-20230510-121739.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v0.2.1.md
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 8f5a460

Please sign in to comment.