From ba572dbe937db9a2d8d9ac7acb9328c3fe9443cb Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:51:46 +0000 Subject: [PATCH] chore(main): release 5.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ gradle.properties | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c28d472..94627ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"5.3.1"} +{".":"5.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d92940c..a8f9fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [5.4.0](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.3.1...v5.4.0) (2025-12-09) + + +### Features + +* create ChainAccount, ChainCategory and ChainContribution from raw data ([#162](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/162)) ([82293b5](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/82293b5c183b1cddc2b733d042e7458a1bad01e3)) +* refactor method to check if wallet has enough gas ([#165](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/165)) ([3208ec2](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/3208ec2b37e98a054302cf926ae44df06c220ea2)) +* stop embedding category, app and dataset models in deal model ([#163](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/163)) ([c9e4a07](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/c9e4a079f93cb5d696ba50575af47424f20659c2)) +* use new viewApp and viewDataset PoCo methods ([#160](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/160)) ([8d0de6f](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/8d0de6fc6a540fdc8704d8d8e329b202591bc1cc)) + + +### Bug Fixes + +* minor fixes and improvements across several classes ([#164](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/164)) ([b48c4ae](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/b48c4ae79b20e5bcc9ae05e78d20cd5ac4e4ea75)) + ## [5.3.1](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.3.0...v5.3.1) (2025-10-30) diff --git a/gradle.properties b/gradle.properties index 9f99411..d491ff0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=5.3.1 +version=5.4.0 # x-release-please-end nexusUser nexusPassword