Skip to content

Commit

Permalink
chore: merge branch 'release/v9.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jan 23, 2023
2 parents 97dd504 + 4a9a6d5 commit 6df6fd8
Show file tree
Hide file tree
Showing 40 changed files with 3,557 additions and 4,721 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
project-name: cover_crypt
toolchain: stable
kms-version: 4.0.1
kms-version: 4.1.0
regression-filename: non_regression_vector.json
branch-java: main
branch-js: main
branch-js: feature/use_cover_crypt_v9.0
branch-flutter: main
branch-python: main
bench-features: full_bench,hybrid
branch-python: feature/kms
bench-features: full_bench,hybridized_bench
secrets: inherit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.cargo_check
*nix*
/*.sh
/.vscode
258 changes: 0 additions & 258 deletions .gitlab-ci.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- markdown

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint-fix
args: [--disable=MD013, --disable=MD024, --disable=MD041]
Expand All @@ -46,12 +46,12 @@ repos:
args: [--mapping, '2', --sequence, '4', --offset, '2']

- repo: https://github.com/crate-ci/typos
rev: v1.13.1
rev: typos-dict-v0.9.14
hooks:
- id: typos

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.4.1
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down Expand Up @@ -128,7 +128,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
# avoid clash with `double-quote-string-fixer`
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

---

## [9.0.0] - 2023-01-20

### Changed

- hybridized version of CoverCrypt using Kyber
- all serializations
- directory structure
- most of `core::partition`

---

## [8.0.2] - 2022-12-06

### Added
Expand Down
Loading

0 comments on commit 6df6fd8

Please sign in to comment.