diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 59fed2a..0878d45 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} \ No newline at end of file +{".":"1.0.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc50a6..7d7a49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/cmd/b/main.go b/cmd/b/main.go index 839ddac..a87ad6e 100644 --- a/cmd/b/main.go +++ b/cmd/b/main.go @@ -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" )