Skip to content

Commit 412c40e

Browse files
chore(main): release 1.0.0 (#9)
🤖 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>
1 parent 7e9cfee commit 412c40e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/buyoio/b/compare/v0.1.0...v1.0.0) (2024-04-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change bin names to params not flags ([#4](https://github.com/buyoio/b/issues/4))
9+
10+
### Features
11+
12+
* add docker-compose ([#8](https://github.com/buyoio/b/issues/8)) ([7e9cfee](https://github.com/buyoio/b/commit/7e9cfeee41b9eaa03b2e7d816f076bb32fc49d75))
13+
* add gh ([#7](https://github.com/buyoio/b/issues/7)) ([6a9d2e0](https://github.com/buyoio/b/commit/6a9d2e028632b1bbb6f04911ca7870ac51ca3097))
14+
* change bin names to params not flags ([#4](https://github.com/buyoio/b/issues/4)) ([a2a4663](https://github.com/buyoio/b/commit/a2a4663b767bffd38a5b61d8a1c490183a949e4a))
15+
* Make config optional ([#3](https://github.com/buyoio/b/issues/3)) ([2c56b60](https://github.com/buyoio/b/commit/2c56b60c9e51d8df74a559033076ae8a60ff1f02))
16+
17+
18+
### Bug Fixes
19+
20+
* add argsh binary ([#5](https://github.com/buyoio/b/issues/5)) ([36cd1cf](https://github.com/buyoio/b/commit/36cd1cf127f5976c1269be851d064c17a497a16a))
21+
* add argsh to readme ([4541d26](https://github.com/buyoio/b/commit/4541d2612274b637df928ce1f9e497583358d121))
22+
323
## [0.1.0](https://github.com/buyoio/b/compare/v0.0.1...v0.1.0) (2024-03-27)
424

525

cmd/b/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
// Magic variables set by goreleaser
2828
var (
29-
version = "0.1.0" // x-release-please-version
29+
version = "1.0.0" // x-release-please-version
3030
versionPreRelease = "dev"
3131
)
3232

0 commit comments

Comments
 (0)