Skip to content

Commit a57acab

Browse files
chore(main): release 9.0.1
1 parent 7da7812 commit a57acab

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

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

5+
## [9.0.1](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.0.0...v9.0.1) (2025-09-19)
6+
7+
8+
### Bug Fixes
9+
10+
* only trigger task status update after successful replicate status when relevant ([#760](https://github.com/iExecBlockchainComputing/iexec-core/issues/760)) ([7da7812](https://github.com/iExecBlockchainComputing/iexec-core/commit/7da7812a2b74c749691c4e5032649675bf01e1eb))
11+
* remove dead code in scheduler ([#759](https://github.com/iExecBlockchainComputing/iexec-core/issues/759)) ([41312a4](https://github.com/iExecBlockchainComputing/iexec-core/commit/41312a473f792b4fd0b4437c382e77a533268a9f))
12+
* verify conditions before querying blockchain adapter for finalization ([#757](https://github.com/iExecBlockchainComputing/iexec-core/issues/757)) ([0ddd62d](https://github.com/iExecBlockchainComputing/iexec-core/commit/0ddd62d31ae39cd60dee0f43c6ad2b8b059731b9))
13+
514
## [[9.0.0]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v9.0.0) 2025-04-01
615

716
### New Features

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=9.0.0
2+
version=9.0.1
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.1.0
55
iexecCommonVersion=9.1.0

0 commit comments

Comments
 (0)