Skip to content

Commit 097bb86

Browse files
chore: release ci/gha
1 parent 942cc80 commit 097bb86

File tree

7 files changed

+44
-7
lines changed

7 files changed

+44
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "api": "0.0.1", "cli": "1.0.0-beta.1" }
1+
{"api":"0.1.0","cli":"1.0.0-beta.2"}

api/api/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.0.1...iapp-api-v0.1.0) (2025-07-16)
4+
5+
6+
### Added
7+
8+
* **cli:** update templates ([#201](https://github.com/iExecBlockchainComputing/iapp/issues/201)) ([41988dd](https://github.com/iExecBlockchainComputing/iapp/commit/41988dded3fe8e36531e0b278485e8d2ac76e2d8))
9+
* support Scone v5.9 ([#200](https://github.com/iExecBlockchainComputing/iapp/issues/200)) ([380e605](https://github.com/iExecBlockchainComputing/iapp/commit/380e6057e494ca75c35f57248ea782935b06c6c8))
10+
11+
12+
### Changed
13+
14+
* Use rootLogger for uncaught / unhandled / exit ([59f6682](https://github.com/iExecBlockchainComputing/iapp/commit/59f6682b6714551ae071e7b9dd630b2c492a1184))

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iapp-api",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"main": "index.js",
55
"type": "module",
66
"scripts": {

cli/cli/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [1.0.0-beta.2](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.1...iapp-v1.0.0-beta.2) (2025-07-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **cli:** cache directory moved from `./cache/` to `./cache/<chain-name>/`
9+
10+
### Added
11+
12+
* add experimental support for TDX apps ([#85](https://github.com/iExecBlockchainComputing/iapp/issues/85)) ([a68b76d](https://github.com/iExecBlockchainComputing/iapp/commit/a68b76d892590e2f28c94ca2bfad3baa87fce0b0))
13+
* **cli:** multichain support ([#198](https://github.com/iExecBlockchainComputing/iapp/issues/198)) ([656e4a0](https://github.com/iExecBlockchainComputing/iapp/commit/656e4a0dadb3f91b92a9ed7d2b278b90ee7ee80f))
14+
* **cli:** notify package updates ([#204](https://github.com/iExecBlockchainComputing/iapp/issues/204)) ([ea958db](https://github.com/iExecBlockchainComputing/iapp/commit/ea958db20d3fd5897f479a5039cb60b5a911c1ea))
15+
* **cli:** update templates ([#201](https://github.com/iExecBlockchainComputing/iapp/issues/201)) ([41988dd](https://github.com/iExecBlockchainComputing/iapp/commit/41988dded3fe8e36531e0b278485e8d2ac76e2d8))
16+
* support Scone v5.9 ([#200](https://github.com/iExecBlockchainComputing/iapp/issues/200)) ([380e605](https://github.com/iExecBlockchainComputing/iapp/commit/380e6057e494ca75c35f57248ea782935b06c6c8))
17+
18+
19+
### Changed
20+
21+
* **cli:** fix TEE transform success message ([0b67178](https://github.com/iExecBlockchainComputing/iapp/commit/0b671781542138adbf81521b92a8493170cebc15))
22+
* remove order publication to iExec marketplace in `iapp run` ([0628042](https://github.com/iExecBlockchainComputing/iapp/commit/0628042c112dcc668a1241233ffc46fb6dab637d))
23+
* remove order publication to iExec marketplace in `iapp run` ([4de25ad](https://github.com/iExecBlockchainComputing/iapp/commit/4de25ad411dba5149c85b866aa1be4ceae89ffc0))

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/iapp",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "A CLI to guide you through the process of building an iExec iApp",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)