Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.0.1...v1.0.0) (2024-03-24)

### Bug Fixes

* add semantic release github step ([#33](#33)) ([9e96f8f](9e96f8f)), closes [#32](#32)
* CI test_release fixes ([#31](#31)) ([63988c8](63988c8)), closes [#30](#30)
* move publishCmd to semantic release github ([#34](#34)) ([d6f21da](d6f21da)), closes [#32](#32)
* remove windows line endings ([#25](#25)) ([ec5eb3e](ec5eb3e))
* revert CI changes ([#35](#35)) ([9083f3b](9083f3b))

* feat!: v2 rewrite in golang (#24) ([c022027](c022027)), closes [#24](#24) [#17](#17)

### Features

* add version flag ([#37](#37)) ([94a1dd5](94a1dd5))
* change color enabled to color disabled ([#38](#38)) ([03b7aff](03b7aff))
* rename bgps to git-prompt-string ([#36](#36)) ([6e3e6d1](6e3e6d1))
* return error exit codes and add windows fixes ([#39](#39)) ([d6193d5](d6193d5))

### BREAKING CHANGES

* initial rewrite of bgps in Golang
  • Loading branch information
semantic-release-bot committed Mar 24, 2024
1 parent 23eeba0 commit 6dfe706
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# [1.0.0](https://github.com/mikesmithgh/git-prompt-string/compare/v0.0.1...v1.0.0) (2024-03-24)


### Bug Fixes

* add semantic release github step ([#33](https://github.com/mikesmithgh/git-prompt-string/issues/33)) ([9e96f8f](https://github.com/mikesmithgh/git-prompt-string/commit/9e96f8f75fe2189de429e3e572526f6f3eb93c13)), closes [#32](https://github.com/mikesmithgh/git-prompt-string/issues/32)
* CI test_release fixes ([#31](https://github.com/mikesmithgh/git-prompt-string/issues/31)) ([63988c8](https://github.com/mikesmithgh/git-prompt-string/commit/63988c85b8c1983553d1ca2fb8075d8f5299c6c3)), closes [#30](https://github.com/mikesmithgh/git-prompt-string/issues/30)
* move publishCmd to semantic release github ([#34](https://github.com/mikesmithgh/git-prompt-string/issues/34)) ([d6f21da](https://github.com/mikesmithgh/git-prompt-string/commit/d6f21da9b3ff7b4acccb34c6b452e2fe8ac31888)), closes [#32](https://github.com/mikesmithgh/git-prompt-string/issues/32)
* remove windows line endings ([#25](https://github.com/mikesmithgh/git-prompt-string/issues/25)) ([ec5eb3e](https://github.com/mikesmithgh/git-prompt-string/commit/ec5eb3e10c0da0a02620149505d7b126ff8eb504))
* revert CI changes ([#35](https://github.com/mikesmithgh/git-prompt-string/issues/35)) ([9083f3b](https://github.com/mikesmithgh/git-prompt-string/commit/9083f3bb33aacf70b5d2b99be17f665be24510d7))


* feat!: v2 rewrite in golang (#24) ([c022027](https://github.com/mikesmithgh/git-prompt-string/commit/c0220272255c3138ab3ef402c4d939075ada62e0)), closes [#24](https://github.com/mikesmithgh/git-prompt-string/issues/24) [#17](https://github.com/mikesmithgh/git-prompt-string/issues/17)


### Features

* add version flag ([#37](https://github.com/mikesmithgh/git-prompt-string/issues/37)) ([94a1dd5](https://github.com/mikesmithgh/git-prompt-string/commit/94a1dd547a64dc3b2b24b3042700b4d23d844a97))
* change color enabled to color disabled ([#38](https://github.com/mikesmithgh/git-prompt-string/issues/38)) ([03b7aff](https://github.com/mikesmithgh/git-prompt-string/commit/03b7aff5dc33c16dd8cf20431ad2e6cf8c83e42e))
* rename bgps to git-prompt-string ([#36](https://github.com/mikesmithgh/git-prompt-string/issues/36)) ([6e3e6d1](https://github.com/mikesmithgh/git-prompt-string/commit/6e3e6d1c4b6dff5ecc93a7936d868bcee404742f))
* return error exit codes and add windows fixes ([#39](https://github.com/mikesmithgh/git-prompt-string/issues/39)) ([d6193d5](https://github.com/mikesmithgh/git-prompt-string/commit/d6193d5660580e142df599bddc5a1eafc632ab05))


### BREAKING CHANGES

* initial rewrite of bgps in Golang

0 comments on commit 6dfe706

Please sign in to comment.