Skip to content

Commit e2dfc2d

Browse files
committed
chore(release): 1.0.0-alpha.68
# [1.0.0-alpha.68](v1.0.0-alpha.67...v1.0.0-alpha.68) (2024-02-26) ### Features * **pace-183:** allow the option to specify an absolute path ([#221](#221)) ([8fd940e](8fd940e))
1 parent 8fd940e commit e2dfc2d

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.68](https://github.com/getstrm/pace/compare/v1.0.0-alpha.67...v1.0.0-alpha.68) (2024-02-26)
2+
3+
4+
### Features
5+
6+
* **pace-183:** allow the option to specify an absolute path ([#221](https://github.com/getstrm/pace/issues/221)) ([8fd940e](https://github.com/getstrm/pace/commit/8fd940e15e2fd2fce95088967e377b0f92487cf5))
7+
18
# [1.0.0-alpha.67](https://github.com/getstrm/pace/compare/v1.0.0-alpha.66...v1.0.0-alpha.67) (2024-02-21)
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.67
1+
version = 1.0.0-alpha.68
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.67
7+
- version=1.0.0-alpha.68
88
- title=PACE API
99
- enum_type=string
1010
- plugin: buf.build/community/chrusty-jsonschema:v1.4.1

0 commit comments

Comments
 (0)