Skip to content

Commit cb76c99

Browse files
authored
Bump version to 0.1.3 (#61)
1 parent 19662ab commit cb76c99

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## [Unreleased]
44

5+
## v0.1.3 - 2025-03-25
6+
57
### Changed
68
- Rename `FHE.asEbool(bytes32)`, `FHE.asEuint*(bytes32)`, `FHE.asEaddress(bytes32)` to `FHE.wrapEbool(bytes32)`, `FHE.wrapEuint*(bytes32)`, `FHE.wrapEaddress(bytes32)` to avoid overload ambiguity with `asEuintX(0)` calls and clarify intent
79

810
### Fixed
911
- CI now compiles against local `cofhe-contracts` source instead of stale npm version, closing a gap where FHE.sol compilation errors were not caught
1012
- Update internal test contracts to match current FHE.sol API (remove `euint256`, `FHE.decrypt`, fix `bytes32` return types)
1113

12-
## v0.1.2 - 2025-03-16
14+
## v0.1.2 - 2025-03-25 - DEPRECATED
1315

1416
### Added
1517
- `FHE.isInitialized()` overloads for all encrypted types (`ebool`, `euint8`, `euint16`, `euint32`, `euint64`, `euint128`, `eaddress`) to check whether a ciphertext handle is initialized

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fhenixprotocol/cofhe-contracts",
33
"description": "Smart Contract Library for the CoFHE with FHE primitives",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": {
66
"name": "FhenixProtocol",
77
"url": "https://github.com/FhenixProtocol/cofhe-contracts"

0 commit comments

Comments
 (0)