Skip to content

Commit

Permalink
chore: merge branch 'release/v11.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Mar 1, 2023
2 parents 0bca247 + 84c89bb commit 33bfa08
Show file tree
Hide file tree
Showing 67 changed files with 624 additions and 6,495 deletions.
19 changes: 0 additions & 19 deletions .cargo/config

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on: workflow_dispatch

jobs:
bench-classic:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-bench.yml@main
uses: Cosmian/reusable_workflows/.github/workflows/cargo-bench.yml@develop
with:
toolchain: stable
features: full_bench
force: true

bench-hybridized:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-bench.yml@main
uses: Cosmian/reusable_workflows/.github/workflows/cargo-bench.yml@develop
with:
toolchain: stable
features: full_bench,hybridized_bench
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/build.yml

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on: push

jobs:
cargo-lint:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-nursery.yml@main
uses: Cosmian/reusable_workflows/.github/workflows/cargo-nursery.yml@develop
with:
toolchain: stable
cargo-publish:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cargo-publish.yml@develop
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
with:
toolchain: stable
secrets: inherit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*nix*
/*.sh
/.vscode
Cargo.lock
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repos:
- id: cargo-check

- repo: https://github.com/Cosmian/git-hooks.git
rev: v1.0.5
rev: v1.0.7
hooks:
- id: cargo-update
- id: cargo-outdated
Expand All @@ -90,7 +90,7 @@ repos:
- id: clippy-autofix-nursery
- id: clippy-autofix-others
- id: cargo-tests-all
- id: cargo-format
- id: stable-cargo-format
- id: clippy-all-targets-all-features
- id: cargo-dry-publish
args: [--allow-dirty]
Expand Down
File renamed without changes.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ All notable changes to this project will be documented in this file.

---

## [11.0.0] - 2023-03-01

### Bug Fixes

- Decrypt test example

### Documentation

- Update readme

### Refactor

- [**breaking**] Move all interfaces (FFI, Wasm, pyo3) to `cloudproof_rust` repository
- remove unneeded dependencies
- remove inline macros
- remove serde wherever possible

### Ci

- Add autopublish action

### Testing

- Re-expose non-regression mechanism

---

## [10.0.0] - 2023-02-02

### Documentation
Expand All @@ -20,6 +47,8 @@ All notable changes to this project will be documented in this file.
- Update KMS version
- Rebase externals repos

---

## [9.0.0] - 2023-01-20

### Changed
Expand Down
Loading

0 comments on commit 33bfa08

Please sign in to comment.