From ca58c9a661753683ead275c5812727f7b5bd5209 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:43:33 +0300 Subject: [PATCH] chore(master): release rust-peer 0.13.3 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 794cd27920..421515d506 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c775406d..d8fcdc4853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.13.3](https://github.com/fluencelabs/nox/compare/rust-peer-v0.13.2...rust-peer-v0.13.3) (2023-08-08) + + +### Features + +* **http:** Added http healthcheck endpoint ([#1725](https://github.com/fluencelabs/nox/issues/1725)) ([ba2c9d1](https://github.com/fluencelabs/nox/commit/ba2c9d118049d944a0eb7cd1d3e8fda598af65cf)) +* **spells:** store last trigger by `trigger` key in KV [NET-511] ([#1728](https://github.com/fluencelabs/nox/issues/1728)) ([7272040](https://github.com/fluencelabs/nox/commit/7272040b37de66c32bd6f35e5c5e505bdaad40af)) +* **tests:** Wait for healtcheck in nox tests ([#1739](https://github.com/fluencelabs/nox/issues/1739)) ([2c4748c](https://github.com/fluencelabs/nox/commit/2c4748c4d2a61da8a1f2cde58758a8c793a095b7)) + + +### Bug Fixes + +* **deps:** update rust crate avm-server to 0.32.2 ([#1744](https://github.com/fluencelabs/nox/issues/1744)) ([d6569d0](https://github.com/fluencelabs/nox/commit/d6569d09db61d29e1af570128288e5042bfb3b6f)) +* **spell:** bump spell to 0.5.17 and fix tests ([#1724](https://github.com/fluencelabs/nox/issues/1724)) ([671881c](https://github.com/fluencelabs/nox/commit/671881c0c74d319249c098eead06d672fa6230c0)) + ## [0.13.2](https://github.com/fluencelabs/nox/compare/rust-peer-v0.13.1...rust-peer-v0.13.2) (2023-07-20)