Skip to content

Commit

Permalink
Reduce release bundle size by excluding PQ test data
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Aug 1, 2023
1 parent 33e3d75 commit 2475ef3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4,019 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
3.0.1
- 2023-08-01 Reduce release bundle size by excluding PQ test data
- 2023-08-01 Fix builds for features that require git patches

3.0.0
- 2023-07-29 Fix publishing
- 2023-07-28 Merge pull request #131 from inikulin/rel-3.0.0

.3.0.0
- 2023-07-28 Release 3.0.0
- 2023-07-28 Add git-cliff configuration
- 2023-07-28 Merge pull request #84 from signalapp/macos-cross-compile
- 2023-07-28 Merge pull request #95 from signalapp/libsignal-arm
Expand Down
8 changes: 4 additions & 4 deletions boring-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ include = [
"/deps/boringssl/**/*.asm",
"/deps/boringssl/**/*.json",
"/deps/boringssl/**/*.num",
"/deps/boringssl/**/*.txt",
"/deps/boringssl/**/objects.txt",
"/deps/boringssl/**/*.bzl",
"/deps/boringssl/**/*.cc",
"/deps/boringssl/src/**/*.cc",
"/deps/boringssl/**/CMakeLists.txt",
"/deps/boringssl/**/sources.cmake",
"/deps/boringssl/LICENSE",
"/deps/boringssl-fips/**/*.[chS]",
"/deps/boringssl-fips/**/*.asm",
"/deps/boringssl/**/*.json",
"/deps/boringssl/**/*.num",
"/deps/boringssl/**/*.txt",
"/deps/boringssl/**/objects.txt",
"/deps/boringssl-fips/**/*.bzl",
"/deps/boringssl-fips/**/*.cc",
"/deps/boringssl-fips/src/**/*.cc",
"/deps/boringssl-fips/**/CMakeLists.txt",
"/deps/boringssl-fips/**/sources.cmake",
"/deps/boringssl/LICENSE",
Expand Down
Loading

0 comments on commit 2475ef3

Please sign in to comment.