Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha.4
Browse files Browse the repository at this point in the history
# [0.1.0-alpha.4](v0.1.0-alpha.3...v0.1.0-alpha.4) (2023-10-31)

### Bug Fixes

* buf tags should be always created; buf sdk dep version incorrect ([99f4019](99f4019))
  • Loading branch information
getstrmbot committed Oct 31, 2023
1 parent 99f4019 commit 943fd97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.1.0-alpha.4](https://github.com/getstrm/pace/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2023-10-31)


### Bug Fixes

* buf tags should be always created; buf sdk dep version incorrect ([99f4019](https://github.com/getstrm/pace/commit/99f40194f6b4649f34948fafdd6d73a955004667))

# [0.1.0-alpha.3](https://github.com/getstrm/pace/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.1.0-alpha.3
version = 0.1.0-alpha.4
kotlinVersion=1.8.22
postgresPort=5432
schema=pace
Expand Down
2 changes: 1 addition & 1 deletion protos/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ plugins:
- plugin: buf.build/community/google-gnostic-openapi:v0.7.0
out: .
opt:
- version=0.1.0-alpha.3
- version=0.1.0-alpha.4
- title=PACE API
- enum_type=string

0 comments on commit 943fd97

Please sign in to comment.