Skip to content

Commit

Permalink
Merge branch 'release/v3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Rosenkranz-Costa committed Mar 20, 2024
2 parents cd2ec58 + 2f63006 commit 6bb51ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ on:

jobs:
cloudproof_rust:
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof.yml@develop
uses: Cosmian/reusable_workflows/.github/workflows/cloudproof.yml@fix/publish_python
with:
project-name: cloudproof_rust
toolchain: stable
kms-version: ghcr.io/cosmian/kms:4.13.0
findex-cloud-version: 0.3.1
branch-java: feature/covercrypt_rekey
branch-js: feature/covercrypt_rekey
branch-java: develop
branch-js: develop
branch-kms-js: develop
branch-flutter: feature/covercrypt_rekey
branch-python: feature/covercrypt-rekey
branch-flutter: develop
branch-python: develop
exclusions: --exclude=cloudproof_findex
secrets: inherit
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [3.0.1] - 2024-03-20

### Ci

- Fix publishing on PyPI

## [3.0.0] - 2024-03-12

### Features
Expand Down
2 changes: 1 addition & 1 deletion crates/cloudproof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudproof"
version = "3.0.0"
version = "3.0.1"
authors = [
"Théophile Brézot<[email protected]>",
"Emmanuel Coste<[email protected]>",
Expand Down

0 comments on commit 6bb51ea

Please sign in to comment.