Skip to content

Commit 75a9c79

Browse files
committed
Bump version
1 parent 8f1a80e commit 75a9c79

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.22) # For Ubuntu 22.04
22
project(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)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)