Skip to content

Commit 0b2afe6

Browse files
committed
#392 Prepare for versioned release
1 parent 11a06c1 commit 0b2afe6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
99

1010
-
1111

12+
## [0.8.10] - 2025-01-31
13+
14+
### Changed in 0.8.10
15+
16+
- Update dependencies
17+
1218
## [0.8.9] - 2024-12-17
1319

1420
### Changed in 0.8.9

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/senzing-garage/go-observing v0.3.3
1414
github.com/senzing-garage/init-database v0.7.4
1515
github.com/senzing-garage/sz-sdk-go v0.14.4
16-
github.com/senzing-garage/sz-sdk-go-core v0.8.8-0.20250131151707-6e5a70fef091
16+
github.com/senzing-garage/sz-sdk-go-core v0.8.8
1717
github.com/senzing-garage/sz-sdk-proto v0.7.10
1818
github.com/spf13/cobra v1.8.1
1919
github.com/spf13/viper v1.19.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ github.com/senzing-garage/init-database v0.7.4 h1:s64YYNrdB8u03akaBzdzpL2avKcbvP
106106
github.com/senzing-garage/init-database v0.7.4/go.mod h1:jIOftxQjX8eXcLmjaD0B5i+pTDDJ6mevSKp6ezJ5Z5g=
107107
github.com/senzing-garage/sz-sdk-go v0.14.4 h1:sw4GokZhuIvkoBf/QYyjolD/Uz5IxCQ+Pu2KVUlTSsc=
108108
github.com/senzing-garage/sz-sdk-go v0.14.4/go.mod h1:4VXZYdA6Fg4GkTFsd2HsPxxd3dMRadLD4An4BbhcvWk=
109-
github.com/senzing-garage/sz-sdk-go-core v0.8.8-0.20250131151707-6e5a70fef091 h1:KjC8iexIGf1nHCMZwqbiBNA8xjxD1x8uEkP5gf8oNU0=
110-
github.com/senzing-garage/sz-sdk-go-core v0.8.8-0.20250131151707-6e5a70fef091/go.mod h1:ughHKXzs5eIzxVUavH+YTxIjmG7apz0HKWIjKmV1bKA=
109+
github.com/senzing-garage/sz-sdk-go-core v0.8.8 h1:/8pp7pykyBU+DonHJLYJ1RyCfeJ0RcfRV0gwYAqrkps=
110+
github.com/senzing-garage/sz-sdk-go-core v0.8.8/go.mod h1:ughHKXzs5eIzxVUavH+YTxIjmG7apz0HKWIjKmV1bKA=
111111
github.com/senzing-garage/sz-sdk-go-grpc v0.8.6 h1:9TLYGozYmMvX4ufE5kCuxZSjh+BoMVEYGM4hd7O2yag=
112112
github.com/senzing-garage/sz-sdk-go-grpc v0.8.6/go.mod h1:e0bpSL03Xd2uGxq6Ft0qM0wRWHL0SsIrg5C+je9ufjY=
113113
github.com/senzing-garage/sz-sdk-go-mock v0.8.4 h1:aZSYuoDWatR7PJRUM0Yt3OX7NM4aQRgpFyh4NuU0kss=

0 commit comments

Comments
 (0)