Skip to content

Commit

Permalink
chore(main): release fluence-cli 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jul 9, 2024
1 parent dc18d0c commit 5d43dbd
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
"cli": "0.17.0"
"cli": "0.17.1"
}
14 changes: 14 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.17.1](https://github.com/fluencelabs/cli/compare/fluence-cli-v0.17.0...fluence-cli-v0.17.1) (2024-07-09)


### Features

* add human-readable messages to the CLI connector ([#976](https://github.com/fluencelabs/cli/issues/976)) ([e1fdfa2](https://github.com/fluencelabs/cli/commit/e1fdfa28c6fe11e1912d1692202e5a91a8e5a456))
* bump deal-ts-clients 0.14.0 ([#969](https://github.com/fluencelabs/cli/issues/969)) ([2a5f6f2](https://github.com/fluencelabs/cli/commit/2a5f6f27b2aaf282041f3e64e753f7944fc06f38))
* use rust-toolchain.toml ([#975](https://github.com/fluencelabs/cli/issues/975)) ([4f43ec6](https://github.com/fluencelabs/cli/commit/4f43ec66fc8f5f2ec4b7f7e62d1a85f25b694059))


### Bug Fixes

* documentation links in configs ([#977](https://github.com/fluencelabs/cli/issues/977)) ([dc18d0c](https://github.com/fluencelabs/cli/commit/dc18d0cc016f7c72e9b2c5446534de2faf2e2cd1))

## [0.17.0](https://github.com/fluencelabs/cli/compare/fluence-cli-v0.16.3...fluence-cli-v0.17.0) (2024-06-20)


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

0 comments on commit 5d43dbd

Please sign in to comment.