Skip to content

Commit 0073c06

Browse files
chore(main): release 5.2.0 (#146)
1 parent 5bffaf8 commit 0073c06

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"5.1.0"}
1+
{".":"5.2.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.2.0](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.1.0...v5.2.0) (2025-09-29)
6+
7+
8+
### Features
9+
10+
* add new 0x9 tag for TDX TEE framework ([#148](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/148)) ([91566eb](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/91566eb2a31062861b2091866c9fa1fbbe2b6606))
11+
* add ordersDomain EIP712Domain field to IexecHubAbstractService ([#149](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/149)) ([003563f](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/003563fee358ee0abaa25a284cf340361ccc43be))
12+
* add tag field to TaskDescription ([#150](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/150)) ([4aface8](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/4aface829d235f803367ce14a3f972ff13a21ed8))
13+
* implement viewConsumed to see orders consumption level on-chain ([#147](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/147)) ([c65e59e](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/c65e59e4fe279826cfa399bdb351b8c5035514e4))
14+
* improve TaskDescription with SGX or TDX requirements instead of generic TEE ([#151](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/151)) ([5bffaf8](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/5bffaf87cdce9c242094f7866b2a3471eda60085))
15+
* refactor EIP-712 implementation with a new interface and applies it to iExec orders ([#145](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/145)) ([c07cf70](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/c07cf703f8618de71afdf7df43af520216a6d2ec))
16+
517
## [5.1.0](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.0.0...v5.1.0) (2025-09-09)
618

719

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# x-release-please-start-version
2-
version=5.1.0
2+
version=5.2.0
33
# x-release-please-end
44
nexusUser
55
nexusPassword

0 commit comments

Comments
 (0)