File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2026-03-10
11+
1012### Added
1113
1214- Verifiable DPF (VDPF).
@@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719
1820## [ 1.0.0] - 2026-03-05
1921
20- [ unreleased ] : https://github.com/myl7/fss/compare/v1.0.0...HEAD
22+ [ unreleased ] : https://github.com/myl7/fss/compare/v1.1.0...HEAD
23+ [ 1.1.0 ] : https://github.com/myl7/fss/releases/tag/v1.1.0
2124[ 1.0.0 ] : https://github.com/myl7/fss/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 ) # For Ubuntu 22.04
22project (fss
3- VERSION 1.0 .0
3+ VERSION 1.1 .0
44 DESCRIPTION "Function secret sharing (FSS) primitives including distributed point/comparison function (DPF/DCF)"
55 HOMEPAGE_URL "https://github.com/myl7/fss"
66 LANGUAGES CUDA CXX )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = "myl7/fss"
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 1.0 .0
51+ PROJECT_NUMBER = 1.1 .0
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewers a
You can’t perform that action at this time.
0 commit comments