Skip to content

Commit b895d70

Browse files
committed
chore(main): release cli 0.25.0
1 parent 7477fce commit b895d70

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/cli/package": "0.24.0"
2+
"packages/cli/package": "0.25.0"
33
}

packages/cli/package/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.25.0](https://github.com/fluencelabs/cli/compare/cli-v0.24.0...cli-v0.25.0) (2025-01-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add datacenter and resource tests, print offer-info to stdout ([#1096](https://github.com/fluencelabs/cli/issues/1096))
9+
10+
### Features
11+
12+
* add datacenter and resource tests, print offer-info to stdout ([#1096](https://github.com/fluencelabs/cli/issues/1096)) ([ad7b5e7](https://github.com/fluencelabs/cli/commit/ad7b5e77aea6c3ca582bbfbdba26b373b9ce1a8f))
13+
* suggest to deploy manifests when ip changed ([#1092](https://github.com/fluencelabs/cli/issues/1092)) ([efbe845](https://github.com/fluencelabs/cli/commit/efbe845c861d966cf33b1178b3d69db8d9f2c47f))
14+
* suggest to distribute tokens on cc-create if not enough ([#1097](https://github.com/fluencelabs/cli/issues/1097)) ([dfb59a5](https://github.com/fluencelabs/cli/commit/dfb59a5224de78ee8c43517b5184525e2262ed61))
15+
* support data centers ([#1091](https://github.com/fluencelabs/cli/issues/1091)) ([651f830](https://github.com/fluencelabs/cli/commit/651f8309780649782a1446d66ad3a5076c84b95d))
16+
* write manifest files on gen command only, rename end to stop ([#1089](https://github.com/fluencelabs/cli/issues/1089)) ([26dd8b7](https://github.com/fluencelabs/cli/commit/26dd8b7e1136d7e39d78016a265211551b884f72))
17+
18+
19+
### Bug Fixes
20+
21+
* protocol version for old configs and ram calculation when config is migrated ([#1099](https://github.com/fluencelabs/cli/issues/1099)) ([0dd4c03](https://github.com/fluencelabs/cli/commit/0dd4c034f61d3a4eb324bf7ca94035967fa71df7))
22+
* remove deprecation warning, fix ip supply ([#1095](https://github.com/fluencelabs/cli/issues/1095)) ([33720de](https://github.com/fluencelabs/cli/commit/33720de100dd92c0a79c5391c800b574ab19dfd5))
23+
* yaml-diff-patch usage, support latest contracts, other improvements ([#1100](https://github.com/fluencelabs/cli/issues/1100)) ([c05a799](https://github.com/fluencelabs/cli/commit/c05a7990818643df3a273c7544a58cb9ad2c37e2))
24+
325
## [0.24.0](https://github.com/fluencelabs/cli/compare/cli-v0.23.0...cli-v0.24.0) (2025-01-08)
426

527

packages/cli/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/cli",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"description": "CLI for working with Fluence network",
55
"keywords": [
66
"fluence",

0 commit comments

Comments
 (0)