Skip to content

Commit e5e50da

Browse files
josecorellalucasmcdonald3semantic-release-bot
authored
chore(release): 1.7.5 (#1265)
Co-authored-by: Lucas McDonald <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
1 parent cc1ab11 commit e5e50da

File tree

26 files changed

+47
-33
lines changed

26 files changed

+47
-33
lines changed

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.7.4-SNAPSHOT"
21+
version = "1.7.5"
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.7.4")]
6+
[assembly: AssemblyVersion("1.7.5")]

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.7.4</Version>
8+
<Version>1.7.5</Version>
99

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

AwsCryptographicMaterialProviders/runtimes/python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-cryptographic-material-providers"
3-
version = "1.7.4"
3+
version = "1.7.5"
44
description = "AWS Cryptographic Material Providers Library for Python"
55
authors = ["AWS Crypto Tools <[email protected]>"]
66
packages = [
@@ -13,10 +13,10 @@ readme = "README.rst"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.11.0"
16-
aws-cryptography-internal-standard-library = {path = "../../../StandardLibrary/runtimes/python"}
17-
aws-cryptography-internal-kms = {path = "../../../ComAmazonawsKms/runtimes/python"}
18-
aws-cryptography-internal-dynamodb = {path = "../../../ComAmazonawsDynamodb/runtimes/python"}
19-
aws-cryptography-internal-primitives = {path = "../../../AwsCryptographyPrimitives/runtimes/python"}
16+
aws-cryptography-internal-standard-library = "1.7.5"
17+
aws-cryptography-internal-kms = "1.7.5"
18+
aws-cryptography-internal-dynamodb = "1.7.5"
19+
aws-cryptography-internal-primitives = "1.7.5"
2020

2121
# Package testing
2222

AwsCryptographicMaterialProviders/runtimes/python/src/aws_cryptographic_material_providers/internaldafny/generated/dafny_src-py.dtr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
file_format_version = "1.0"
2-
dafny_version = "4.8.0.0"
2+
dafny_version = "4.9.0.0"
33
[options_by_module.AwsCryptographyKeyStoreTypes]
44
legacy-module-names = false
55
python-module-name = "aws_cryptographic_material_providers.internaldafny.generated"

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.7.4")]
6+
[assembly: AssemblyVersion("1.7.5")]

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.7.4</Version>
8+
<Version>1.7.5</Version>
99

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

AwsCryptographyPrimitives/runtimes/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-cryptography-internal-primitives"
3-
version = "1.7.4"
3+
version = "1.7.5"
44
description = ""
55
authors = ["AWS Crypto Tools <[email protected]>"]
66
packages = [
@@ -12,7 +12,7 @@ include = ["**/internaldafny/generated/*.py"]
1212

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

1818
# Package testing

AwsCryptographyPrimitives/runtimes/python/src/aws_cryptography_primitives/internaldafny/generated/dafny_src-py.dtr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
file_format_version = "1.0"
2-
dafny_version = "4.8.0.0"
2+
dafny_version = "4.9.0.0"
33
[options_by_module.AwsCryptographyPrimitivesTypes]
44
legacy-module-names = false
55
python-module-name = "aws_cryptography_primitives.internaldafny.generated"

CHANGELOG.md

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

3+
## [1.7.5](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.7.4...v1.7.5) (2025-01-30)
4+
5+
This release is available in the following languages:
6+
7+
- .NET
8+
9+
### Fixes
10+
11+
- **.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))
12+
13+
### Maintenance
14+
15+
- **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))
16+
317
# [1.7.4](https://github.com/aws/aws-cryptographic-material-providers-library/compare/v1.7.3...v1.7.4) (2024-11-06)
418

519
This release is available in the following languages:

0 commit comments

Comments
 (0)