Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Aug 10, 2024
1 parent 59215e6 commit 435ea5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(fhel VERSION 0.0.6 LANGUAGES CXX)
project(fhel VERSION 0.0.7 LANGUAGES CXX)

# Import Backend Library
add_subdirectory(src/backend/seal)
Expand Down
7 changes: 7 additions & 0 deletions dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.7

Add support for macOS binary in github releases
* Setup script now supports macOS

Binary is pulled from the latest release on Github, cached in .pub-cache for desktop platforms.

## 0.0.6

Added setup script to automate the process of setting up the library for the first time.
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fhel
description: |-
Natively supports Fully Homomorphic Encryption operations on sensitive data without revealing it.
Supports Key Derivation, Encryption, Decryption, and Mathematical operations.
version: 0.0.6
version: 0.0.7
repository: https://github.com/jeffmur/fhel

environment:
Expand Down

0 comments on commit 435ea5a

Please sign in to comment.