From 215bd5539ec083bf7f5f4d0089d2e88c677ee896 Mon Sep 17 00:00:00 2001 From: Kepler Vital Date: Mon, 26 Aug 2024 12:44:18 +0200 Subject: [PATCH] chore(release): publish (#325) - project: orbit-essentials-macros 0.0.2-alpha.3 - project: orbit-essentials 0.0.2-alpha.4 - project: canfund 0.0.2-alpha.3 - project: control-panel 0.0.2-alpha.5 - project: station 0.0.2-alpha.6 - project: station-api 0.0.2-alpha.5 - project: wallet-dapp 0.0.2-alpha.8 - project: dfx-orbit 0.3.0 --- .release.json | 96 ++++++++++++++++--- Cargo.lock | 14 +-- apps/wallet/CHANGELOG.md | 43 +++++++++ apps/wallet/package.json | 2 +- apps/wallet/public/compat.json | 10 +- core/control-panel/api/Cargo.toml | 2 +- core/control-panel/impl/CHANGELOG.md | 16 ++++ core/control-panel/impl/Cargo.toml | 8 +- core/station/api/CHANGELOG.md | 36 +++++++ core/station/api/Cargo.toml | 4 +- core/station/impl/CHANGELOG.md | 43 +++++++++ core/station/impl/Cargo.toml | 10 +- core/upgrader/api/Cargo.toml | 4 +- core/upgrader/impl/Cargo.toml | 2 +- libs/canfund/CHANGELOG.md | 19 ++++ libs/canfund/Cargo.toml | 2 +- libs/orbit-essentials-macros-tests/Cargo.toml | 2 +- libs/orbit-essentials-macros/CHANGELOG.md | 17 ++++ libs/orbit-essentials-macros/Cargo.toml | 2 +- libs/orbit-essentials/CHANGELOG.md | 15 +++ libs/orbit-essentials/Cargo.toml | 4 +- tests/integration/Cargo.toml | 6 +- tools/dfx-orbit/CHANGELOG.md | 19 ++++ tools/dfx-orbit/Cargo.toml | 11 +-- 24 files changed, 337 insertions(+), 50 deletions(-) create mode 100644 tools/dfx-orbit/CHANGELOG.md diff --git a/.release.json b/.release.json index ff888a502..ee829eec9 100644 --- a/.release.json +++ b/.release.json @@ -11,7 +11,7 @@ "dependencyCollection": "dependencies" } ], - "newVersion": null + "newVersion": "0.0.2-alpha.3" }, "orbit-essentials": { "currentVersion": "0.0.2-alpha.3", @@ -65,7 +65,7 @@ "dependencyCollection": "dependencies" } ], - "newVersion": null + "newVersion": "0.0.2-alpha.4" }, "canfund": { "currentVersion": "0.0.2-alpha.2", @@ -83,12 +83,12 @@ "dependencyCollection": "dependencies" } ], - "newVersion": null + "newVersion": "0.0.2-alpha.3" }, "control-panel": { "currentVersion": "0.0.2-alpha.4", "dependentProjects": [], - "newVersion": null + "newVersion": "0.0.2-alpha.5" }, "control-panel-api": { "currentVersion": "0.0.2-alpha.3", @@ -116,7 +116,7 @@ "station": { "currentVersion": "0.0.2-alpha.5", "dependentProjects": [], - "newVersion": null + "newVersion": "0.0.2-alpha.6" }, "upgrader-api": { "currentVersion": "0.0.2-alpha.4", @@ -168,24 +168,98 @@ "target": "station-api", "type": "static", "dependencyCollection": "dependencies" + }, + { + "source": "dfx-orbit", + "target": "station-api", + "type": "static", + "dependencyCollection": "dependencies" } ], - "newVersion": null + "newVersion": "0.0.2-alpha.5" + }, + "dfx-orbit": { + "currentVersion": "0.2.0", + "dependentProjects": [ + { + "source": "integration-tests", + "target": "dfx-orbit", + "type": "static", + "dependencyCollection": "dependencies" + } + ], + "newVersion": "0.3.0" }, "wallet-dapp": { - "currentVersion": "0.0.2-alpha.6", + "currentVersion": "0.0.2-alpha.7", "dependentProjects": [], - "newVersion": "0.0.2-alpha.7" + "newVersion": "0.0.2-alpha.8" } }, "changes": { + "orbit-essentials-macros": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.3", + "gitTag": "@orbit/orbit-essentials-macros-v0.0.2-alpha.3", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.3 (2024-08-26)\n\n\n### 🚀 Features\n\n- **station:** optimized repository lookups\n\n\n### ❤️ Thank You\n\n- Jan Wendling\n- Kepler Vital\n- Leon Tan\n- Max\n- mraszyk\n- olaszakos" + }, + "orbit-essentials": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.4", + "gitTag": "@orbit/orbit-essentials-v0.0.2-alpha.4", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.4 (2024-08-26)\n\n\n### 🚀 Features\n\n- **station:** optimized repository lookups\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- Max\n- olaszakos" + }, + "canfund": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.3", + "gitTag": "@orbit/canfund-v0.0.2-alpha.3", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.3 (2024-08-26)\n\n\n### 🚀 Features\n\n- **station:** mint cycles to top up station\n\n- **station:** add frontend to manage cycle obtain startegies\n\n\n### ❤️ Thank You\n\n- Jan Wendling\n- Kepler Vital\n- Leon Tan\n- Max\n- mraszyk\n- olaszakos" + }, + "control-panel": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.5", + "gitTag": "@orbit/control-panel-v0.0.2-alpha.5", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.5 (2024-08-26)\n\n\n### 🚀 Features\n\n- **station:** mint cycles to top up station\n\n- **station:** optimized repository lookups\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, + "station": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.6", + "gitTag": "@orbit/station-v0.0.2-alpha.6", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.6 (2024-08-26)\n\n\n### 🚀 Features\n\n- **wallet:** add disaster recovery config UI\n\n- **station:** address book of external canisters\n\n- **station:** add external canister management\n\n- **station:** external canister method calls permissions\n\n- **station:** integrate request policies and external canisters\n\n- **station:** add external canister endpoints\n\n- **station:** add cache layer to permission repository\n\n- **station:** mint cycles to top up station\n\n- **station:** use different types for input and get of external canister policies\n\n- **station:** use own policies & permissions for canisters cycles fund\n\n- **station:** add frontend to manage cycle obtain startegies\n\n- **station:** add fee, comment, from address to csv export\n\n- **station:** optimized repository lookups\n\n\n### 🩹 Fixes\n\n- **station:** requests are visible to users with approval rights\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, + "station-api": { + "releaseVersion": { + "rawVersion": "0.0.2-alpha.5", + "gitTag": "@orbit/station-api-v0.0.2-alpha.5", + "isPrerelease": true + }, + "contents": "## 0.0.2-alpha.5 (2024-08-26)\n\n\n### 🚀 Features\n\n- **wallet:** add disaster recovery config UI\n\n- **station:** address book of external canisters\n\n- **station:** add external canister management\n\n- **station:** external canister method calls permissions\n\n- **station:** integrate request policies and external canisters\n\n- **station:** add external canister endpoints\n\n- **station:** mint cycles to top up station\n\n- **station:** use different types for input and get of external canister policies\n\n- **station:** use own policies & permissions for canisters cycles fund\n\n- **station:** add frontend to manage cycle obtain startegies\n\n- **station:** add fee, comment, from address to csv export\n\n- **station:** optimized repository lookups\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, "wallet-dapp": { "releaseVersion": { - "rawVersion": "0.0.2-alpha.7", - "gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.7", + "rawVersion": "0.0.2-alpha.8", + "gitTag": "@orbit/wallet-dapp-v0.0.2-alpha.8", "isPrerelease": true }, - "contents": "## 0.0.2-alpha.7 (2024-07-29)\n\n\n### 🚀 Features\n\n- **wallet:** remove unsafe-eval csp by bumping the agent\n\n- **wallet:** add advanced and automated mode to upgrades\n\n- **wallet:** prompt the user to update if new version available\n\n\n### ❤️ Thank You\n\n- Kepler Vital" + "contents": "## 0.0.2-alpha.8 (2024-08-26)\n\n\n### 🚀 Features\n\n- **wallet:** add disaster recovery config UI\n\n- **station:** address book of external canisters\n\n- **station:** add external canister management\n\n- **station:** external canister method calls permissions\n\n- **station:** integrate request policies and external canisters\n\n- **station:** add external canister endpoints\n\n- **station:** mint cycles to top up station\n\n- **station:** use different types for input and get of external canister policies\n\n- **station:** use own policies & permissions for canisters cycles fund\n\n- **station:** add comments to batch transfers via CSV\n\n- **station:** add frontend to manage cycle obtain startegies\n\n- **station:** add fee, comment, from address to csv export\n\n- **station:** optimized repository lookups\n\n\n### 🩹 Fixes\n\n- **station:** requests are visible to users with approval rights\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- olaszakos" + }, + "dfx-orbit": { + "releaseVersion": { + "rawVersion": "0.3.0", + "gitTag": "@orbit/dfx-orbit-v0.3.0", + "isPrerelease": false + }, + "contents": "## 0.3.0 (2024-08-26)\n\n\n### 🚀 Features\n\n- **cli:** Init Orbit dfx extension placeholder\n\n- **dfx-orbit:** Initial dfx-orbit tool\n\n- **dfx-orbit:** Version 0.2\n\n- **station:** use own policies & permissions for canisters cycles fund\n\n\n### ❤️ Thank You\n\n- Kepler Vital\n- Leon Tan\n- Max" } } } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 0596eacc5..82c93d0cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "canfund" -version = "0.0.2-alpha.2" +version = "0.0.2-alpha.3" dependencies = [ "async-trait", "candid", @@ -821,7 +821,7 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "control-panel" -version = "0.0.2-alpha.4" +version = "0.0.2-alpha.5" dependencies = [ "candid", "candid_parser", @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "dfx-orbit" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "candid", @@ -2987,7 +2987,7 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "orbit-essentials" -version = "0.0.2-alpha.3" +version = "0.0.2-alpha.4" dependencies = [ "candid", "convert_case", @@ -3012,7 +3012,7 @@ dependencies = [ [[package]] name = "orbit-essentials-macros" -version = "0.0.2-alpha.2" +version = "0.0.2-alpha.3" dependencies = [ "proc-macro2", "quote", @@ -4372,7 +4372,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "station" -version = "0.0.2-alpha.5" +version = "0.0.2-alpha.6" dependencies = [ "anyhow", "async-trait", @@ -4406,7 +4406,7 @@ dependencies = [ [[package]] name = "station-api" -version = "0.0.2-alpha.4" +version = "0.0.2-alpha.5" dependencies = [ "candid", "orbit-essentials", diff --git a/apps/wallet/CHANGELOG.md b/apps/wallet/CHANGELOG.md index c8740b6b7..376993792 100644 --- a/apps/wallet/CHANGELOG.md +++ b/apps/wallet/CHANGELOG.md @@ -1,3 +1,46 @@ +## 0.0.2-alpha.8 (2024-08-26) + + +### 🚀 Features + +- **wallet:** add disaster recovery config UI + +- **station:** address book of external canisters + +- **station:** add external canister management + +- **station:** external canister method calls permissions + +- **station:** integrate request policies and external canisters + +- **station:** add external canister endpoints + +- **station:** mint cycles to top up station + +- **station:** use different types for input and get of external canister policies + +- **station:** use own policies & permissions for canisters cycles fund + +- **station:** add comments to batch transfers via CSV + +- **station:** add frontend to manage cycle obtain startegies + +- **station:** add fee, comment, from address to csv export + +- **station:** optimized repository lookups + + +### 🩹 Fixes + +- **station:** requests are visible to users with approval rights + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.7 (2024-07-29) diff --git a/apps/wallet/package.json b/apps/wallet/package.json index 5a2e58c87..d90de8136 100644 --- a/apps/wallet/package.json +++ b/apps/wallet/package.json @@ -1,7 +1,7 @@ { "name": "wallet-dapp", "private": true, - "version": "0.0.2-alpha.7", + "version": "0.0.2-alpha.8", "type": "module", "repository": { "type": "git", diff --git a/apps/wallet/public/compat.json b/apps/wallet/public/compat.json index 1c7ccda65..7b07f63e3 100644 --- a/apps/wallet/public/compat.json +++ b/apps/wallet/public/compat.json @@ -1,11 +1,17 @@ { "__important__": "This file is automatically generated by the build process. Do not modify it manually.", - "version": "0.0.2-alpha.7", + "version": "0.0.2-alpha.8", "api": { - "latest": "0.0.2-alpha.5", + "latest": "0.0.2-alpha.6", "compatibility": { + "0.0.2-alpha.6": { + "ui": [ + "0.0.2-alpha.8" + ] + }, "0.0.2-alpha.5": { "ui": [ + "0.0.2-alpha.8", "0.0.2-alpha.7", "0.0.2-alpha.6" ] diff --git a/core/control-panel/api/Cargo.toml b/core/control-panel/api/Cargo.toml index c7fc4cd19..31df124f7 100644 --- a/core/control-panel/api/Cargo.toml +++ b/core/control-panel/api/Cargo.toml @@ -11,6 +11,6 @@ homepage.workspace = true [dependencies] candid = { workspace = true } -orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.4' } serde = { workspace = true } serde_bytes = { workspace = true } diff --git a/core/control-panel/impl/CHANGELOG.md b/core/control-panel/impl/CHANGELOG.md index a93bc8e42..fbb0771dc 100644 --- a/core/control-panel/impl/CHANGELOG.md +++ b/core/control-panel/impl/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.0.2-alpha.5 (2024-08-26) + + +### 🚀 Features + +- **station:** mint cycles to top up station + +- **station:** optimized repository lookups + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.4 (2024-07-04) diff --git a/core/control-panel/impl/Cargo.toml b/core/control-panel/impl/Cargo.toml index 3b030b895..58224a280 100644 --- a/core/control-panel/impl/Cargo.toml +++ b/core/control-panel/impl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'control-panel' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.4' +version = '0.0.2-alpha.5' authors.workspace = true edition.workspace = true repository.workspace = true @@ -15,8 +15,8 @@ bench = false [dependencies] candid = { workspace = true } -canfund = { path = '../../../libs/canfund', version = '0.0.2-alpha.2' } -orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.3' } +canfund = { path = '../../../libs/canfund', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.4' } hex = { workspace = true } ic-cdk = { workspace = true } ic-cdk-macros = { workspace = true } @@ -29,7 +29,7 @@ serde_cbor = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true, features = ['serde', 'v4'] } control-panel-api = { path = '../api', version = '0.0.2-alpha.3' } -station-api = { path = '../../station/api', version = '0.0.2-alpha.4' } +station-api = { path = '../../station/api', version = '0.0.2-alpha.5' } semver = { workspace = true } email_address = '0.2.4' diff --git a/core/station/api/CHANGELOG.md b/core/station/api/CHANGELOG.md index 5addbd1d5..caebe6cf3 100644 --- a/core/station/api/CHANGELOG.md +++ b/core/station/api/CHANGELOG.md @@ -1,3 +1,39 @@ +## 0.0.2-alpha.5 (2024-08-26) + + +### 🚀 Features + +- **wallet:** add disaster recovery config UI + +- **station:** address book of external canisters + +- **station:** add external canister management + +- **station:** external canister method calls permissions + +- **station:** integrate request policies and external canisters + +- **station:** add external canister endpoints + +- **station:** mint cycles to top up station + +- **station:** use different types for input and get of external canister policies + +- **station:** use own policies & permissions for canisters cycles fund + +- **station:** add frontend to manage cycle obtain startegies + +- **station:** add fee, comment, from address to csv export + +- **station:** optimized repository lookups + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.4 (2024-07-04) diff --git a/core/station/api/Cargo.toml b/core/station/api/Cargo.toml index 12e75e6a7..e4054dc69 100644 --- a/core/station/api/Cargo.toml +++ b/core/station/api/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'station-api' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.4' +version = '0.0.2-alpha.5' authors.workspace = true edition.workspace = true repository.workspace = true @@ -11,6 +11,6 @@ homepage.workspace = true [dependencies] candid = { workspace = true } -orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.4' } serde = { workspace = true } serde_bytes = { workspace = true } diff --git a/core/station/impl/CHANGELOG.md b/core/station/impl/CHANGELOG.md index ed17b66fb..330a29726 100644 --- a/core/station/impl/CHANGELOG.md +++ b/core/station/impl/CHANGELOG.md @@ -1,3 +1,46 @@ +## 0.0.2-alpha.6 (2024-08-26) + + +### 🚀 Features + +- **wallet:** add disaster recovery config UI + +- **station:** address book of external canisters + +- **station:** add external canister management + +- **station:** external canister method calls permissions + +- **station:** integrate request policies and external canisters + +- **station:** add external canister endpoints + +- **station:** add cache layer to permission repository + +- **station:** mint cycles to top up station + +- **station:** use different types for input and get of external canister policies + +- **station:** use own policies & permissions for canisters cycles fund + +- **station:** add frontend to manage cycle obtain startegies + +- **station:** add fee, comment, from address to csv export + +- **station:** optimized repository lookups + + +### 🩹 Fixes + +- **station:** requests are visible to users with approval rights + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- olaszakos + ## 0.0.2-alpha.5 (2024-07-04) diff --git a/core/station/impl/Cargo.toml b/core/station/impl/Cargo.toml index 19c6c362d..70d2ebb36 100644 --- a/core/station/impl/Cargo.toml +++ b/core/station/impl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'station' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.5' +version = '0.0.2-alpha.6' authors.workspace = true edition.workspace = true repository.workspace = true @@ -23,10 +23,10 @@ async-trait = { workspace = true } byteorder = { workspace = true } canbench-rs = { workspace = true, optional = true } candid = { workspace = true } -canfund = { path = '../../../libs/canfund', version = '0.0.2-alpha.2' } +canfund = { path = '../../../libs/canfund', version = '0.0.2-alpha.3' } futures = { workspace = true } hex = { workspace = true } -orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.4' } ic-cdk = { workspace = true } ic-cdk-macros = { workspace = true } ic-ledger-types = { workspace = true } @@ -37,10 +37,10 @@ serde = { workspace = true, features = ['derive'] } serde_bytes = { workspace = true } serde_cbor = { workspace = true } sha2 = { workspace = true } -strum = { version = "0.26", features = ["derive"] } +strum = { version = '0.26', features = ['derive'] } thiserror = { workspace = true } uuid = { workspace = true, features = ['v4'] } -station-api = { path = '../api', version = '0.0.2-alpha.4' } +station-api = { path = '../api', version = '0.0.2-alpha.5' } upgrader-api = { path = '../../upgrader/api', version = '0.0.2-alpha.4' } [dev-dependencies] diff --git a/core/upgrader/api/Cargo.toml b/core/upgrader/api/Cargo.toml index 2fefd8c1f..771b2a9f7 100644 --- a/core/upgrader/api/Cargo.toml +++ b/core/upgrader/api/Cargo.toml @@ -13,6 +13,6 @@ homepage.workspace = true candid = { workspace = true } serde = { workspace = true } serde_bytes = { workspace = true } -orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.2' } -station-api = { path = '../../../core/station/api', version = '0.0.2-alpha.4' } +orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.4' } +station-api = { path = '../../../core/station/api', version = '0.0.2-alpha.5' } ic-stable-structures = { workspace = true } diff --git a/core/upgrader/impl/Cargo.toml b/core/upgrader/impl/Cargo.toml index 9ec4d5173..dacc55dba 100644 --- a/core/upgrader/impl/Cargo.toml +++ b/core/upgrader/impl/Cargo.toml @@ -17,7 +17,7 @@ anyhow = { workspace = true } async-trait = { workspace = true } candid = { workspace = true } hex = { workspace = true } -orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../../../libs/orbit-essentials', version = '0.0.2-alpha.4' } ic-cdk = { workspace = true } ic-cdk-timers = { workspace = true } ic-stable-structures = { workspace = true } diff --git a/libs/canfund/CHANGELOG.md b/libs/canfund/CHANGELOG.md index 3c0d45a20..5e9320c7a 100644 --- a/libs/canfund/CHANGELOG.md +++ b/libs/canfund/CHANGELOG.md @@ -1,3 +1,22 @@ +## 0.0.2-alpha.3 (2024-08-26) + + +### 🚀 Features + +- **station:** mint cycles to top up station + +- **station:** add frontend to manage cycle obtain startegies + + +### ❤️ Thank You + +- Jan Wendling +- Kepler Vital +- Leon Tan +- Max +- mraszyk +- olaszakos + ## 0.0.2-alpha.2 (2024-05-17) diff --git a/libs/canfund/Cargo.toml b/libs/canfund/Cargo.toml index 80925076c..a523afe8a 100644 --- a/libs/canfund/Cargo.toml +++ b/libs/canfund/Cargo.toml @@ -3,7 +3,7 @@ name = 'canfund' description = 'This library provides a simple interface to monitor and add cycles to canisters on the Internet Computer.' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.2' +version = '0.0.2-alpha.3' edition.workspace = true repository.workspace = true license.workspace = true diff --git a/libs/orbit-essentials-macros-tests/Cargo.toml b/libs/orbit-essentials-macros-tests/Cargo.toml index a98b63205..bbe1957cc 100644 --- a/libs/orbit-essentials-macros-tests/Cargo.toml +++ b/libs/orbit-essentials-macros-tests/Cargo.toml @@ -18,4 +18,4 @@ candid = { workspace = true } serde = { workspace = true, features = ['derive'] } serde_cbor = { workspace = true } serde_bytes = { workspace = true } -orbit-essentials = { path = '../orbit-essentials', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../orbit-essentials', version = '0.0.2-alpha.4' } diff --git a/libs/orbit-essentials-macros/CHANGELOG.md b/libs/orbit-essentials-macros/CHANGELOG.md index ee1399553..fb65b858b 100644 --- a/libs/orbit-essentials-macros/CHANGELOG.md +++ b/libs/orbit-essentials-macros/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.0.2-alpha.3 (2024-08-26) + + +### 🚀 Features + +- **station:** optimized repository lookups + + +### ❤️ Thank You + +- Jan Wendling +- Kepler Vital +- Leon Tan +- Max +- mraszyk +- olaszakos + ## 0.0.2-alpha.2 (2024-05-17) diff --git a/libs/orbit-essentials-macros/Cargo.toml b/libs/orbit-essentials-macros/Cargo.toml index 31e337704..99e031025 100644 --- a/libs/orbit-essentials-macros/Cargo.toml +++ b/libs/orbit-essentials-macros/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'orbit-essentials-macros' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.2' +version = '0.0.2-alpha.3' authors.workspace = true edition.workspace = true repository.workspace = true diff --git a/libs/orbit-essentials/CHANGELOG.md b/libs/orbit-essentials/CHANGELOG.md index 6520cff03..472bb8c3c 100644 --- a/libs/orbit-essentials/CHANGELOG.md +++ b/libs/orbit-essentials/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.0.2-alpha.4 (2024-08-26) + + +### 🚀 Features + +- **station:** optimized repository lookups + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- Max +- olaszakos + ## 0.0.2-alpha.3 (2024-06-24) diff --git a/libs/orbit-essentials/Cargo.toml b/libs/orbit-essentials/Cargo.toml index 822b2dc41..646d4db42 100644 --- a/libs/orbit-essentials/Cargo.toml +++ b/libs/orbit-essentials/Cargo.toml @@ -2,7 +2,7 @@ [package] name = 'orbit-essentials' include = ['src', 'Cargo.toml'] -version = '0.0.2-alpha.3' +version = '0.0.2-alpha.4' authors.workspace = true edition.workspace = true repository.workspace = true @@ -19,7 +19,7 @@ convert_case = { workspace = true } getrandom = { workspace = true, features = ['custom'] } ic-cdk = { workspace = true } ic-stable-structures = { workspace = true } -orbit-essentials-macros = { path = '../orbit-essentials-macros', version = '0.0.2-alpha.2' } +orbit-essentials-macros = { path = '../orbit-essentials-macros', version = '0.0.2-alpha.3' } prometheus = { workspace = true } rand_chacha = { workspace = true } serde = { workspace = true } diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index eddc8f4c4..9ca90288b 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -7,10 +7,10 @@ edition = '2021' [dependencies] candid = { workspace = true } candid_parser = { workspace = true } -dfx-orbit = { path = "../../tools/dfx-orbit", version = '0.2.0' } +dfx-orbit = { path = '../../tools/dfx-orbit', version = '0.3.0' } flate2 = { workspace = true } hex = { workspace = true } -orbit-essentials = { path = '../../libs/orbit-essentials', version = '0.0.2-alpha.3' } +orbit-essentials = { path = '../../libs/orbit-essentials', version = '0.0.2-alpha.4' } ic-cdk = { workspace = true } ic-ledger-types = { workspace = true } itertools = { workspace = true } @@ -27,5 +27,5 @@ tokio.workspace = true uuid = { workspace = true } control-panel-api = { path = '../../core/control-panel/api', version = '0.0.2-alpha.3' } upgrader-api = { path = '../../core/upgrader/api', version = '0.0.2-alpha.4' } -station-api = { path = '../../core/station/api', version = '0.0.2-alpha.4' } +station-api = { path = '../../core/station/api', version = '0.0.2-alpha.5' } wat = { workspace = true } diff --git a/tools/dfx-orbit/CHANGELOG.md b/tools/dfx-orbit/CHANGELOG.md new file mode 100644 index 000000000..9097eb7b0 --- /dev/null +++ b/tools/dfx-orbit/CHANGELOG.md @@ -0,0 +1,19 @@ +## 0.3.0 (2024-08-26) + + +### 🚀 Features + +- **cli:** Init Orbit dfx extension placeholder + +- **dfx-orbit:** Initial dfx-orbit tool + +- **dfx-orbit:** Version 0.2 + +- **station:** use own policies & permissions for canisters cycles fund + + +### ❤️ Thank You + +- Kepler Vital +- Leon Tan +- Max \ No newline at end of file diff --git a/tools/dfx-orbit/Cargo.toml b/tools/dfx-orbit/Cargo.toml index 1b8f5fa47..f1051f938 100644 --- a/tools/dfx-orbit/Cargo.toml +++ b/tools/dfx-orbit/Cargo.toml @@ -1,15 +1,14 @@ + [package] -name = "dfx-orbit" -version = "0.2.0" -description = "Command line tool for interacting with the Orbit digital asset manager on the ICP blockchain." +name = 'dfx-orbit' +version = '0.3.0' +description = 'Command line tool for interacting with the Orbit digital asset manager on the ICP blockchain.' authors.workspace = true edition.workspace = true repository.workspace = true homepage.workspace = true license.workspace = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow.workspace = true candid.workspace = true @@ -31,7 +30,7 @@ slog-term.workspace = true slog-async.workspace = true thiserror.workspace = true tokio = { workspace = true, features = ['rt'] } -station-api = { path = "../../core/station/api", version = '0.0.2-alpha.4' } +station-api = { path = '../../core/station/api', version = '0.0.2-alpha.5' } [lib] doctest = false