Skip to content

Commit d4c3a20

Browse files
chore(go): Release primitives Go module 0.2.2 (#1699)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 79c0531 commit d4c3a20

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

releases/go/primitives/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [releases/go/mpl/v0.2.2] - 2025-08-25
4+
5+
### Maintenance
6+
7+
- _(go)_ Update release script (#1676)
8+
- _(go)_ Update release script to cd to right directory (#1679)
9+
- _(go)_ Remove create pull request step in go release workflow (#1681)
10+
- _(all languages)_ Add new SearchAndReplaceWhole and friends (#1680)
11+
- _(all languages)_ Add fuzz testing to MPL (#1622)
12+
- _(all languages)_ Optimize mutation map for O(1) performance in Go (#1687)
13+
- _(go)_ Add go 1.25 to CI (#1684)
14+
- _(go)_ Put back content() in mutable maps extern (#1694)
15+
- _(go)_ Release smithy-dafny-standard-library Go module 0.2.2 (#1696)
16+
317
## [releases/go/mpl/v0.2.1] - 2025-08-06
418

519
### Fixes

releases/go/primitives/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/aws/aws-cryptographic-material-providers-library/releases/go/p
22

33
go 1.23.0
44

5-
require github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.1
5+
require github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.2
66

77
require github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1

releases/go/primitives/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.1 h1:KShsiDfiiFa2A4UBh81BfiBMnNBIkelql7filQw6kfQ=
2-
github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.1/go.mod h1:j4QF5oVY9L1yNZrzoDu3l3d8TRh53uBw3FLZCL7xCTk=
1+
github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.2 h1:k/OqY+NJcTlFByY1WcM6dF5ZC4kIZtZ8b3A9kRVAj8Y=
2+
github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library v0.2.2/go.mod h1:j4QF5oVY9L1yNZrzoDu3l3d8TRh53uBw3FLZCL7xCTk=
33
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1 h1:QyrSST4WJYQIXRSJNXFEwL1NIoA9bgirUHK8YwGoWkA=
44
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1/go.mod h1:l2Tm4N2DKuq3ljONC2vOATeM9PUpXbIc8SgXdwwqEto=

0 commit comments

Comments
 (0)