File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/aws/aws-cryptographic-material-providers-library/releases/go/p
22
33go 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
77require github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1
Original file line number Diff line number Diff line change 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 =
33github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1 h1:QyrSST4WJYQIXRSJNXFEwL1NIoA9bgirUHK8YwGoWkA =
44github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1 /go.mod h1:l2Tm4N2DKuq3ljONC2vOATeM9PUpXbIc8SgXdwwqEto =
You can’t perform that action at this time.
0 commit comments