Skip to content

Commit dc21e90

Browse files
committed
chore(release): 1.0.0-alpha.64
# [1.0.0-alpha.64](v1.0.0-alpha.63...v1.0.0-alpha.64) (2024-02-15) ### Features * add h2 support for PACE db ([#210](#210)) ([53b37f0](53b37f0))
1 parent 53b37f0 commit dc21e90

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-alpha.64](https://github.com/getstrm/pace/compare/v1.0.0-alpha.63...v1.0.0-alpha.64) (2024-02-15)
2+
3+
4+
### Features
5+
6+
* add h2 support for PACE db ([#210](https://github.com/getstrm/pace/issues/210)) ([53b37f0](https://github.com/getstrm/pace/commit/53b37f0bc7b72a4087e9ca60c9a9a69bfbc18897))
7+
18
# [1.0.0-alpha.63](https://github.com/getstrm/pace/compare/v1.0.0-alpha.62...v1.0.0-alpha.63) (2024-02-14)
29

310

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 1.0.0-alpha.63
1+
version = 1.0.0-alpha.64
22
kotlinVersion=1.9.22
33
postgresPort=5432
44
schema=pace

protos/buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins:
44
- plugin: buf.build/community/google-gnostic-openapi:v0.7.0
55
out: .
66
opt:
7-
- version=1.0.0-alpha.63
7+
- version=1.0.0-alpha.64
88
- title=PACE API
99
- enum_type=string
1010
- plugin: buf.build/community/chrusty-jsonschema:v1.4.1

0 commit comments

Comments
 (0)