Skip to content

Commit 0de18ef

Browse files
ShubhamChaturvedi7actions-userShubham Chaturvedi
authored
release(go): smithy-dafny-standard-library v0.3.0
Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Shubham Chaturvedi <[email protected]>
1 parent cc30ecc commit 0de18ef

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

releases/go/smithy-dafny-standard-library/CHANGELOG.md

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

3+
## [releases/go/smithy-dafny-standard-library/v0.3.0] - 2025-10-23
4+
5+
### Performance
6+
7+
- Improved Dafny Go Array performance
8+
39
## [releases/go/mpl/v0.2.2] - 2025-08-25
410

511
### Maintenance

releases/go/smithy-dafny-standard-library/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/s
22

33
go 1.23.0
44

5-
require github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1
5+
require github.com/dafny-lang/DafnyRuntimeGo/v4 v4.11.2
66

77
require github.com/google/uuid v1.6.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1 h1:QyrSST4WJYQIXRSJNXFEwL1NIoA9bgirUHK8YwGoWkA=
2-
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.10.1/go.mod h1:l2Tm4N2DKuq3ljONC2vOATeM9PUpXbIc8SgXdwwqEto=
1+
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.11.2 h1:Q1BMAsz2goAaVznYICm2PRfjjFz5HM8ikOM6Jxqfd3M=
2+
github.com/dafny-lang/DafnyRuntimeGo/v4 v4.11.2/go.mod h1:l2Tm4N2DKuq3ljONC2vOATeM9PUpXbIc8SgXdwwqEto=
33
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
44
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 commit comments

Comments
 (0)