Skip to content

Commit

Permalink
chore(master): release nox 0.28.0 (#2384)
Browse files Browse the repository at this point in the history
* chore(master): release nox 0.28.0

* chore: Bump nox version to 0.28.0
  • Loading branch information
fluencebot authored Sep 23, 2024
1 parent 53b7609 commit 8557a3a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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 @@
{
".": "0.27.9"
".": "0.28.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.28.0](https://github.com/fluencelabs/nox/compare/nox-v0.27.9...nox-v0.28.0) (2024-09-23)


### ⚠ BREAKING CHANGES

* **core-distributor:** add cuid cache ([#2381](https://github.com/fluencelabs/nox/issues/2381))

### Features

* **core-distributor:** add cuid cache ([#2381](https://github.com/fluencelabs/nox/issues/2381)) ([7c2ff1a](https://github.com/fluencelabs/nox/commit/7c2ff1a1fe69253db22c976907938ee248fb6402))
* **metrics:** add chain info metrics ([#2386](https://github.com/fluencelabs/nox/issues/2386)) ([53b7609](https://github.com/fluencelabs/nox/commit/53b760902084aa9544f48f469aa8b4733dafd5c9))


### Bug Fixes

* **config:** change defaults for batching ([#2383](https://github.com/fluencelabs/nox/issues/2383)) ([d292cf4](https://github.com/fluencelabs/nox/commit/d292cf40e42f5dbcd4d467a2e89b15cb2247d9bb))
* **logs:** add peer id in run-console log ([#2385](https://github.com/fluencelabs/nox/issues/2385)) ([6ec487f](https://github.com/fluencelabs/nox/commit/6ec487fea2ea35cd12bd84bafd4fbedea10951e0))

## [0.27.9](https://github.com/fluencelabs/nox/compare/nox-v0.27.8...nox-v0.27.9) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nox"
version = "0.27.9"
version = "0.28.0"
authors = ["Fluence DAO", "Cloudless Labs"]
description = "Node implementing peer functionality in the Fluence p2p network"
edition = "2021"
Expand Down

0 comments on commit 8557a3a

Please sign in to comment.