Skip to content

Commit 13c7d22

Browse files
committed
chore(release): 1.0.0-alpha.42
# [1.0.0-alpha.42](v1.0.0-alpha.41...v1.0.0-alpha.42) (2023-12-20) ### Features * **pace-89:** add optional divisor to NumericRounding.Round ([#124](#124)) ([663db64](663db64))
1 parent 663db64 commit 13c7d22

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.42](https://github.com/getstrm/pace/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2023-12-20)
2+
3+
4+
### Features
5+
6+
* **pace-89:** add optional divisor to NumericRounding.Round ([#124](https://github.com/getstrm/pace/issues/124)) ([663db64](https://github.com/getstrm/pace/commit/663db649a25c0feb47700b480dd41dc545e0f518))
7+
18
# [1.0.0-alpha.41](https://github.com/getstrm/pace/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-12-19)
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.41
1+
version = 1.0.0-alpha.42
22
kotlinVersion=1.9.21
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.41
7+
- version=1.0.0-alpha.42
88
- title=PACE API
99
- enum_type=string
1010
- plugin: buf.build/community/chrusty-jsonschema:v1.4.1

0 commit comments

Comments
 (0)