Skip to content

Commit

Permalink
chore(main): release cli 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jan 31, 2025
1 parent 7477fce commit b895d70
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/cli/package": "0.24.0"
"packages/cli/package": "0.25.0"
}
22 changes: 22 additions & 0 deletions packages/cli/package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.25.0](https://github.com/fluencelabs/cli/compare/cli-v0.24.0...cli-v0.25.0) (2025-01-31)


### ⚠ BREAKING CHANGES

* add datacenter and resource tests, print offer-info to stdout ([#1096](https://github.com/fluencelabs/cli/issues/1096))

### Features

* 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))
* suggest to deploy manifests when ip changed ([#1092](https://github.com/fluencelabs/cli/issues/1092)) ([efbe845](https://github.com/fluencelabs/cli/commit/efbe845c861d966cf33b1178b3d69db8d9f2c47f))
* 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))
* support data centers ([#1091](https://github.com/fluencelabs/cli/issues/1091)) ([651f830](https://github.com/fluencelabs/cli/commit/651f8309780649782a1446d66ad3a5076c84b95d))
* 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))


### Bug Fixes

* 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))
* remove deprecation warning, fix ip supply ([#1095](https://github.com/fluencelabs/cli/issues/1095)) ([33720de](https://github.com/fluencelabs/cli/commit/33720de100dd92c0a79c5391c800b574ab19dfd5))
* 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))

## [0.24.0](https://github.com/fluencelabs/cli/compare/cli-v0.23.0...cli-v0.24.0) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/cli",
"version": "0.24.0",
"version": "0.25.0",
"description": "CLI for working with Fluence network",
"keywords": [
"fluence",
Expand Down

0 comments on commit b895d70

Please sign in to comment.