Skip to content

Commit

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


## [1.0.0](v0.1.0...v1.0.0)
(2024-04-03)


### ⚠ BREAKING CHANGES

* change bin names to params not flags
([#4](#4))

### Features

* add docker-compose ([#8](#8))
([7e9cfee](7e9cfee))
* add gh ([#7](#7))
([6a9d2e0](6a9d2e0))
* change bin names to params not flags
([#4](#4))
([a2a4663](a2a4663))
* Make config optional ([#3](#3))
([2c56b60](2c56b60))


### Bug Fixes

* add argsh binary ([#5](#5))
([36cd1cf](36cd1cf))
* add argsh to readme
([4541d26](4541d26))

---
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 Apr 3, 2024
1 parent 7e9cfee commit 412c40e
Show file tree
Hide file tree
Showing 3 changed files with 22 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.1.0"}
{".":"1.0.0"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.0.0](https://github.com/buyoio/b/compare/v0.1.0...v1.0.0) (2024-04-03)


### ⚠ BREAKING CHANGES

* change bin names to params not flags ([#4](https://github.com/buyoio/b/issues/4))

### Features

* add docker-compose ([#8](https://github.com/buyoio/b/issues/8)) ([7e9cfee](https://github.com/buyoio/b/commit/7e9cfeee41b9eaa03b2e7d816f076bb32fc49d75))
* add gh ([#7](https://github.com/buyoio/b/issues/7)) ([6a9d2e0](https://github.com/buyoio/b/commit/6a9d2e028632b1bbb6f04911ca7870ac51ca3097))
* change bin names to params not flags ([#4](https://github.com/buyoio/b/issues/4)) ([a2a4663](https://github.com/buyoio/b/commit/a2a4663b767bffd38a5b61d8a1c490183a949e4a))
* Make config optional ([#3](https://github.com/buyoio/b/issues/3)) ([2c56b60](https://github.com/buyoio/b/commit/2c56b60c9e51d8df74a559033076ae8a60ff1f02))


### Bug Fixes

* add argsh binary ([#5](https://github.com/buyoio/b/issues/5)) ([36cd1cf](https://github.com/buyoio/b/commit/36cd1cf127f5976c1269be851d064c17a497a16a))
* add argsh to readme ([4541d26](https://github.com/buyoio/b/commit/4541d2612274b637df928ce1f9e497583358d121))

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


Expand Down
2 changes: 1 addition & 1 deletion cmd/b/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

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

Expand Down

0 comments on commit 412c40e

Please sign in to comment.