From 435ea5abcfc6be3289bcfc0e39296c79e5e8c720 Mon Sep 17 00:00:00 2001 From: jeffmur Date: Sat, 10 Aug 2024 11:18:44 -0700 Subject: [PATCH] v0.0.7 --- CMakeLists.txt | 2 +- dart/CHANGELOG.md | 7 +++++++ dart/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79d6f0f..2a0002d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/dart/CHANGELOG.md b/dart/CHANGELOG.md index b862093..5cd82c4 100644 --- a/dart/CHANGELOG.md +++ b/dart/CHANGELOG.md @@ -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. diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 91ba211..144ac93 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -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: