Skip to content

Commit ae0956c

Browse files
committed
chore: Merge branch 'release/v3.0.2'
2 parents 6bb51ea + 485b239 commit ae0956c

File tree

14 files changed

+24
-4
lines changed

14 files changed

+24
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
cloudproof_rust:
12-
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof.yml@fix/publish_python
12+
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof.yml@develop
1313
with:
1414
project-name: cloudproof_rust
1515
toolchain: stable

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [3.0.2] - 2024-03-21
6+
7+
### Ci
8+
9+
- Fix publishing on PyPI: adding README.md
10+
511
## [3.0.1] - 2024-03-20
612

713
### Ci

crates/aesgcm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cosmian Cloudproof AESGCM library

crates/aesgcm/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ build-backend = "maturin"
66
python-source = "python"
77

88
[project]
9+
description = "Cosmian Cloudproof AESGCM library"
10+
readme = "README.md"
911
name = "cloudproof_aesgcm"
1012
requires-python = ">=3.7"
1113
classifiers = [

crates/anonymization/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ build-backend = "maturin"
66
python-source = "python"
77

88
[project]
9+
description = "Cosmian Cloudproof Anonymization library"
10+
readme = "README.md"
911
name = "cloudproof_anonymization"
1012
requires-python = ">=3.7"
1113
classifiers = [

crates/cloudproof/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudproof"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
authors = [
55
"Théophile Brézot<[email protected]>",
66
"Emmanuel Coste<[email protected]>",

crates/cover_crypt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cosmian Python Covercrypt library

crates/cover_crypt/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ build-backend = "maturin"
66
python-source = "python"
77

88
[project]
9+
description = "Cosmian Cloudproof Covercrypt library"
10+
readme = "README.md"
911
name = "cover_crypt"
1012
requires-python = ">=3.7"
1113
classifiers = [

crates/cover_crypt/src/pyo3/py_abe_policy.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::result::Result;
2-
31
use cosmian_cover_crypt::abe_policy::{
42
Attribute as AttributeRust, DimensionBuilder, EncryptionHint, Policy as PolicyRust,
53
};

crates/ecies/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cosmian Python ECIES library

0 commit comments

Comments
 (0)