Skip to content

Commit 66a04bf

Browse files
chore(release): 1.6.0 (#703)
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
1 parent e16539e commit 66a04bf

File tree

15 files changed

+32
-25
lines changed

15 files changed

+32
-25
lines changed

.releaserc.cjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
// We model all the files and the runtimes here in this structure
2121
const Runtimes = {
2222
java: {
23-
"project.properties": {
24-
dependencies: [],
25-
},
2623
"AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts": {
2724
dependencies: [],
2825
},
@@ -84,13 +81,6 @@ module.exports = {
8481
replacements: [
8582
// Update the version for all Gradle Java projects
8683
// Does not update the dependencies
87-
{
88-
files: Object.keys(Runtimes.java),
89-
from: 'mplVersion=".*"',
90-
to: 'mplVersion="${nextRelease.version}"',
91-
results: Object.keys(Runtimes.java).map(CheckResults),
92-
countMatches: true,
93-
},
9484
{
9585
files: Object.keys(Runtimes.java),
9686
from: 'version = ".*"',

AwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var props = Properties().apply {
1818
var dafnyVersion = props.getProperty("dafnyVersion")
1919

2020
group = "software.amazon.cryptography"
21-
version = "1.5.1-SNAPSHOT"
21+
version = "1.6.0"
2222
description = "AWS Cryptographic Material Providers Library"
2323

2424
java {

AwsCryptographicMaterialProviders/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.MaterialProviders")]
44

55
// This should be kept in sync with the version number in MPL.csproj
6-
[assembly: AssemblyVersion("1.5.1")]
6+
[assembly: AssemblyVersion("1.6.0")]

AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.5.1</Version>
8+
<Version>1.6.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.MaterialProviders</AssemblyName>
1111
<PackageId>AWS.Cryptography.MaterialProviders</PackageId>

AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.AwsCryptographyPrimitives")]
44

55
// This should be kept in sync with the version number in Crypto.csproj
6-
[assembly: AssemblyVersion("1.5.1")]
6+
[assembly: AssemblyVersion("1.6.0")]

AwsCryptographyPrimitives/runtimes/net/Crypto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.5.1</Version>
8+
<Version>1.6.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.AwsCryptographyPrimitives</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.AwsCryptographyPrimitives</PackageId>

CHANGELOG.md

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

3+
# [1.6.0](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.5.1...v1.6.0) (2024-09-10)
4+
5+
### Bug Fixes
6+
7+
- add ECDH error message for Rust ([#574](https://github.com/aws/aws-cryptographic-material-providers-library/issues/574)) ([473a34a](https://github.com/aws/aws-cryptographic-material-providers-library/commit/473a34abe688629e1a5b8abe8bc859e1128ea40b))
8+
- **DDB-Model:** DDB Supports 100 actions per Transaction ([#692](https://github.com/aws/aws-cryptographic-material-providers-library/issues/692)) ([8a67843](https://github.com/aws/aws-cryptographic-material-providers-library/commit/8a6784372ff635828aa15b9edd7a1c7a37a95286))
9+
- GetCurrentTimeStamp returns ISO8601 format ([#575](https://github.com/aws/aws-cryptographic-material-providers-library/issues/575)) ([c07a51f](https://github.com/aws/aws-cryptographic-material-providers-library/commit/c07a51fc29ff70411f7573bca96d2a091db8c1ed))
10+
- maintain order in test vectors for languages with parallel tests ([#641](https://github.com/aws/aws-cryptographic-material-providers-library/issues/641)) ([8c8a38f](https://github.com/aws/aws-cryptographic-material-providers-library/commit/8c8a38ff3534b8e4f0dca020e65effc454ef330a))
11+
- Remove 4.4 DDB and KMS patches, abstract test to work on later Dafny versions ([#611](https://github.com/aws/aws-cryptographic-material-providers-library/issues/611)) ([d51d648](https://github.com/aws/aws-cryptographic-material-providers-library/commit/d51d6482e3d8ca668111a4695d1adc0c67c3f0a3))
12+
- Remove uses of `:|` ([#618](https://github.com/aws/aws-cryptographic-material-providers-library/issues/618)) ([f12fe5b](https://github.com/aws/aws-cryptographic-material-providers-library/commit/f12fe5b4a96a9873eb1b73cee8ae74737f3d2375))
13+
- test vector help text ([#657](https://github.com/aws/aws-cryptographic-material-providers-library/issues/657)) ([0fedaf1](https://github.com/aws/aws-cryptographic-material-providers-library/commit/0fedaf1466d1e0915faa6b6a533b88a40fb0ee91))
14+
- **post-release:** Change back to 1.5.1-SNAPSHOT ([09cd9a4](https://github.com/aws/aws-cryptographic-material-providers-library/commit/09cd9a432aeeb7e88da5932f335cd82f95d264b3))
15+
16+
### Features
17+
18+
- bump dafny verification and code gen to dafny 4.8.0 ([#520](https://github.com/aws/aws-cryptographic-material-providers-library/issues/520)) ([e16539e](https://github.com/aws/aws-cryptographic-material-providers-library/commit/e16539e98d4b0f60098693fdbaec12dc49c34c9b))
19+
320
## [1.5.1](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.5.0...v1.5.1) (2024-07-08)
421

522
### Fixes

ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsDynamodb")]
44

55
// This should be kept in sync with the version number in ComAmazonawsDynamodb.csproj
6-
[assembly: AssemblyVersion("1.5.1")]
6+
[assembly: AssemblyVersion("1.6.0")]

ComAmazonawsDynamodb/runtimes/net/ComAmazonawsDynamodb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.5.1</Version>
8+
<Version>1.6.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsDynamodb</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.ComAmazonawsDynamodb</PackageId>

ComAmazonawsKms/runtimes/net/AWS-KMS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.5.1</Version>
8+
<Version>1.6.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsKms</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.ComAmazonawsKms</PackageId>

ComAmazonawsKms/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsKms")]
44

55
// This should be kept in sync with the version number in AWS-KMS.csproj
6-
[assembly: AssemblyVersion("1.5.1")]
6+
[assembly: AssemblyVersion("1.6.0")]

StandardLibrary/runtimes/net/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.Internal.StandardLibrary")]
44

55
// This should be kept in sync with the version number in STD.csproj
6-
[assembly: AssemblyVersion("1.5.1")]
6+
[assembly: AssemblyVersion("1.6.0")]

StandardLibrary/runtimes/net/STD.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>1.5.1</Version>
8+
<Version>1.6.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.Internal.StandardLibrary</AssemblyName>
1111
<PackageId>AWS.Cryptography.Internal.StandardLibrary</PackageId>

TestVectorsAwsCryptographicMaterialProviders/runtimes/java/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var props = Properties().apply {
2020
var dafnyVersion = props.getProperty("dafnyVersion")
2121

2222
group = "software.amazon.cryptography"
23-
version = "1.5.1-SNAPSHOT"
23+
version = "1.6.0"
2424
description = "TestAwsCryptographicMaterialProviders"
2525

2626
java {
@@ -68,7 +68,7 @@ repositories {
6868
dependencies {
6969
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
7070
implementation("software.amazon.smithy.dafny:conversion:0.1")
71-
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.5.1-SNAPSHOT")
71+
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.6.0")
7272
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
7373
implementation("software.amazon.awssdk:dynamodb")
7474
implementation("software.amazon.awssdk:dynamodb-enhanced")
@@ -111,4 +111,4 @@ tasks.register<Copy>("copyKeysJSONCurr") {
111111

112112
application {
113113
mainClass.set("ImplementationFromDafny")
114-
}
114+
}

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# And the Dotnet projects include and parse this file.
88
dafnyVersion=4.8.0
99
dafnyVerifyVersion=4.8.0
10-
mplVersion=1.5.1-SNAPSHOT
10+
mplVersion=1.6.0

0 commit comments

Comments
 (0)