Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.1.0](v0.0.1...v0.1.0)
(2024-03-27)


### Features

* add state and change --all behaviour
([cc291d1](cc291d1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent f421827 commit 2c9c5cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.1"}
{".":"0.1.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/buyoio/b/compare/v0.0.1...v0.1.0) (2024-03-27)


### Features

* add state and change --all behaviour ([cc291d1](https://github.com/buyoio/b/commit/cc291d140b4ba9007f91fa2114c5964582cd8f75))
2 changes: 1 addition & 1 deletion cmd/b/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

// Magic variables set by goreleaser
var (
version = "0.0.1" // x-release-please-version
version = "0.1.0" // x-release-please-version
versionPreRelease = "dev"
)

Expand Down

0 comments on commit 2c9c5cd

Please sign in to comment.