Skip to content

Commit

Permalink
chore: Merge branch 'release/v4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jul 12, 2023
2 parents ff3de5c + e3d8de1 commit 40d1b26
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
test:
services:
kms:
image: cosmian/kms:4.3.3
image: ghcr.io/cosmian/kms:4.4.2
env:
COSMIAN_SERVER_URL: http://localhost:9998
KMS_PUBLIC_PATH: /tmp
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
extension: so
destination: linux-x86-64
os: ubuntu-20.04
kms-version: 4.3.3
kms-version: 4.4.2
findex-cloud-version: 0.1.0
copy_fresh_build: false
copy_regression_files: |
Expand All @@ -107,7 +107,8 @@ jobs:
with:
branch: develop
target: wasm32-unknown-unknown
kms-version: 4.3.3
kms-version: 4.4.2
findex-cloud-version: 0.1.0
copy_fresh_build: false
copy_regression_files: |
cp ./cloudproof_python/non_regression_vector.json tests/data/cover_crypt/non_regression/python_non_regression_vector.json
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [4.0.1] - 2023-07-12

### Miscellaneous Tasks

- Bump cosmian-kms 4.4.2. Rebuild without specific cpu flags (related to RUSTFLAGS)

## [4.0.0] - 2023-06-01

### Features
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -94,6 +94,7 @@ This table shows the minimum version correspondence between the various componen

| `cloudproof_py` | CoverCrypt | Findex | KMS |
| --------------- | ---------- | ----------- | ----- |
| >=4.0.1 | 11.0.0 | 4.0.0,4.0.1 | 4.4.2 |
| >=4.0.0 | 11.0.0 | 4.0.0,4.0.1 | 4.3.3 |
| >=3.0.0 | 11.0.0 | 3.0.0 | 4.3.3 |
| >=2.0.0 | 10.0.0 | 2.0.1,2.1.0 | 4.2.0 |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -7,7 +7,7 @@ cloudproof_py = ["py.typed", "*.pyi"]

[project]
name = "cloudproof_py"
version = "4.0.0"
version = "4.0.1"
authors = [{ name = "Cosmian Tech", email = "tech@cosmian.com" }]
description = "Python library for Cosmian Cloudproof"
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ dependencies = [
"cloudproof-anonymization >= 0.1.0, < 1.0.0",
"cover-crypt >= 11.0.0, < 12.0.0",
"findex >= 4.0.0, < 5.0.0",
"cosmian-kms >= 4.3.3, < 5.0.0",
"cosmian-kms >= 4.4.2, < 5.0.0",
"cloudproof-fpe >= 0.1.0, < 1.0.0",
]

Expand Down

0 comments on commit 40d1b26

Please sign in to comment.