Skip to content

Commit

Permalink
chore(release): 1.7.5 (#1265)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas McDonald <lucasmcdonald3@gmail.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent cc1ab11 commit e5e50da
Showing 26 changed files with 47 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")

group = "software.amazon.cryptography"
version = "1.7.4-SNAPSHOT"
version = "1.7.5"
description = "AWS Cryptographic Material Providers Library"

java {
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.MaterialProviders")]

// This should be kept in sync with the version number in MPL.csproj
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyVersion("1.7.5")]
2 changes: 1 addition & 1 deletion AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.7.4</Version>
<Version>1.7.5</Version>

<AssemblyName>AWS.Cryptography.MaterialProviders</AssemblyName>
<PackageId>AWS.Cryptography.MaterialProviders</PackageId>
10 changes: 5 additions & 5 deletions AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-cryptographic-material-providers"
version = "1.7.4"
version = "1.7.5"
description = "AWS Cryptographic Material Providers Library for Python"
authors = ["AWS Crypto Tools <aws-crypto-tools@amazon.com>"]
packages = [
@@ -13,10 +13,10 @@ readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.11.0"
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
aws-cryptography-internal-kms = {path = "../../../ComAmazonawsKms/runtimes/python"}
aws-cryptography-internal-dynamodb = {path = "../../../ComAmazonawsDynamodb/runtimes/python"}
aws-cryptography-internal-primitives = {path = "../../../AwsCryptographyPrimitives/runtimes/python"}
aws-cryptography-internal-standard-library = "1.7.5"
aws-cryptography-internal-kms = "1.7.5"
aws-cryptography-internal-dynamodb = "1.7.5"
aws-cryptography-internal-primitives = "1.7.5"

# Package testing

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.AwsCryptographyKeyStoreTypes]
legacy-module-names = false
python-module-name = "aws_cryptographic_material_providers.internaldafny.generated"
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.AwsCryptographyPrimitives")]

// This should be kept in sync with the version number in Crypto.csproj
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyVersion("1.7.5")]
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.7.4</Version>
<Version>1.7.5</Version>

<AssemblyName>AWS.Cryptography.Internal.AwsCryptographyPrimitives</AssemblyName>
<PackageId>AWS.Cryptography.Internal.AwsCryptographyPrimitives</PackageId>
4 changes: 2 additions & 2 deletions AwsCryptographyPrimitives/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-cryptography-internal-primitives"
version = "1.7.4"
version = "1.7.5"
description = ""
authors = ["AWS Crypto Tools <aws-crypto-tools@amazon.com>"]
packages = [
@@ -12,7 +12,7 @@ include = ["**/internaldafny/generated/*.py"]

[tool.poetry.dependencies]
python = "^3.11.0"
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
aws-cryptography-internal-standard-library = "1.7.5"
cryptography = "^43.0.1"

# Package testing
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.AwsCryptographyPrimitivesTypes]
legacy-module-names = false
python-module-name = "aws_cryptography_primitives.internaldafny.generated"
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.7.5](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.7.4...v1.7.5) (2025-01-30)

This release is available in the following languages:

- .NET

### Fixes

- **.NET:** CollectionOfErrors; list as string ([#1247](https://github.com/aws/aws-cryptographic-material-providers-library/issues/1247)) ([6126ddb](https://github.com/aws/aws-cryptographic-material-providers-library/commit/6126ddb8b9792524ab0fd4d86cbc8258bc6289e6))

### Maintenance

- **CI:** Allow local testing ([#961](https://github.com/aws/aws-cryptographic-material-providers-library/issues/961)) ([898cb43](https://github.com/aws/aws-cryptographic-material-providers-library/commit/898cb4360144ebc73a7abca295f216dd672b9133))

# [1.7.4](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.7.3...v1.7.4) (2024-11-06)

This release is available in the following languages:
2 changes: 1 addition & 1 deletion ComAmazonawsDynamodb/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsDynamodb")]

// This should be kept in sync with the version number in ComAmazonawsDynamodb.csproj
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyVersion("1.7.5")]
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.7.4</Version>
<Version>1.7.5</Version>

<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsDynamodb</AssemblyName>
<PackageId>AWS.Cryptography.Internal.ComAmazonawsDynamodb</PackageId>
4 changes: 2 additions & 2 deletions ComAmazonawsDynamodb/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-cryptography-internal-dynamodb"
version = "1.7.4"
version = "1.7.5"
description = ""
authors = ["AWS Crypto Tools <aws-crypto-tools@amazon.com>"]
packages = [
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"]
[tool.poetry.dependencies]
python = "^3.11.0"
boto3 = "^1.35.42"
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
aws-cryptography-internal-standard-library = "1.7.5"

# Package testing

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.ComAmazonawsDynamodbTypes]
legacy-module-names = false
python-module-name = "aws_cryptography_internal_dynamodb.internaldafny.generated"
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.7.4</Version>
<Version>1.7.5</Version>

<AssemblyName>AWS.Cryptography.Internal.ComAmazonawsKms</AssemblyName>
<PackageId>AWS.Cryptography.Internal.ComAmazonawsKms</PackageId>
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.ComAmazonawsKms")]

// This should be kept in sync with the version number in AWS-KMS.csproj
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyVersion("1.7.5")]
4 changes: 2 additions & 2 deletions ComAmazonawsKms/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-cryptography-internal-kms"
version = "1.7.4"
version = "1.7.5"
description = ""
authors = ["AWS Crypto Tools <aws-crypto-tools@amazon.com>"]
packages = [
@@ -13,7 +13,7 @@ include = ["**/internaldafny/generated/*.py"]
[tool.poetry.dependencies]
python = "^3.11.0"
boto3 = "^1.35.42"
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
aws-cryptography-internal-standard-library = "1.7.5"

# Package testing

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.ComAmazonawsKmsTypes]
legacy-module-names = false
python-module-name = "aws_cryptography_internal_kms.internaldafny.generated"
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
[assembly: AssemblyTitle("AWS.Cryptography.Internal.StandardLibrary")]

// This should be kept in sync with the version number in STD.csproj
[assembly: AssemblyVersion("1.7.4")]
[assembly: AssemblyVersion("1.7.5")]
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/net/STD.csproj
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>true</IsPackable>

<Version>1.7.4</Version>
<Version>1.7.5</Version>

<AssemblyName>AWS.Cryptography.Internal.StandardLibrary</AssemblyName>
<PackageId>AWS.Cryptography.Internal.StandardLibrary</PackageId>
2 changes: 1 addition & 1 deletion StandardLibrary/runtimes/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-cryptography-internal-standard-library"
version = "1.7.4"
version = "1.7.5"
description = ""
authors = ["AWS Crypto Tools <aws-crypto-tools@amazon.com>"]
packages = [
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.Wrappers]
legacy-module-names = false
python-module-name = "smithy_dafny_standard_library.internaldafny.generated"
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ var props = Properties().apply {
var dafnyVersion = props.getProperty("dafnyVersion")

group = "software.amazon.cryptography"
version = "1.7.4-SNAPSHOT"
version = "1.7.5"
description = "TestAwsCryptographicMaterialProviders"

java {
@@ -68,7 +68,7 @@ repositories {
dependencies {
implementation("org.dafny:DafnyRuntime:${dafnyVersion}")
implementation("software.amazon.smithy.dafny:conversion:0.1.1")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.7.4-SNAPSHOT")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.7.5")
implementation(platform("software.amazon.awssdk:bom:2.25.1"))
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:dynamodb-enhanced")
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.MplManifestOptions]
legacy-module-names = false
python-module-name = "aws_cryptography_materialproviders_test_vectors.internaldafny.generated"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file_format_version = "1.0"
dafny_version = "4.8.0.0"
dafny_version = "4.9.0.0"
[options_by_module.TestWrappedMaterialProvidersMain]
legacy-module-names = false
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@
# And the Dotnet projects include and parse this file.
dafnyVersion=4.8.0
dafnyVerifyVersion=4.8.0
mplVersion=1.7.4-SNAPSHOT
mplVersion=1.7.5

0 comments on commit e5e50da

Please sign in to comment.