Skip to content

Commit

Permalink
chore(main): release 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Dec 5, 2023
1 parent b1f8b07 commit b6d8629
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
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.0.18"
".": "0.0.19"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.0.19](https://github.com/fluencelabs/fRPC-Substrate/compare/v0.0.18...v0.0.19) (2023-12-05)


### Features

* **gateway:** Refactor aqua ([#115](https://github.com/fluencelabs/fRPC-Substrate/issues/115)) ([d608bf8](https://github.com/fluencelabs/fRPC-Substrate/commit/d608bf8443e6b94d8c3ddc9ef520555cd782c0b9))
* **readme:** Add `fluence deal logs` output example to README [DXJ-512] ([#126](https://github.com/fluencelabs/fRPC-Substrate/issues/126)) ([5269f45](https://github.com/fluencelabs/fRPC-Substrate/commit/5269f453a2df6091622b8ef500978475af20d8a8))
* **tests:** Add tests ([#117](https://github.com/fluencelabs/fRPC-Substrate/issues/117)) ([bf78df6](https://github.com/fluencelabs/fRPC-Substrate/commit/bf78df6188efcc83bdb8b4ccf26c07b2348d3a2c))


### Bug Fixes

* **aqua:** Remove topology hack ([#125](https://github.com/fluencelabs/fRPC-Substrate/issues/125)) ([95ce0ad](https://github.com/fluencelabs/fRPC-Substrate/commit/95ce0adc5bab6ec1ca168778102a1515bbff4881))
* **deps:** update dependency @fluencelabs/marine-worker to v0.5.0 ([#118](https://github.com/fluencelabs/fRPC-Substrate/issues/118)) ([b1f8b07](https://github.com/fluencelabs/fRPC-Substrate/commit/b1f8b077c43eb8f6c498de5c3d42f6b0cdc76ccd))
* **deps:** update dependency json-rpc-2.0 to v1.7.0 ([#134](https://github.com/fluencelabs/fRPC-Substrate/issues/134)) ([b9c277a](https://github.com/fluencelabs/fRPC-Substrate/commit/b9c277ae6813e1603d7e4c6730e73c70060e63fa))
* **deps:** update dependency web3 to v4.2.2 ([#119](https://github.com/fluencelabs/fRPC-Substrate/issues/119)) ([9f50223](https://github.com/fluencelabs/fRPC-Substrate/commit/9f502236fd0ede07faefcfb6921f5cc9c36d11ae))
* **deps:** update dependency web3 to v4.3.0 ([#143](https://github.com/fluencelabs/fRPC-Substrate/issues/143)) ([eee3a35](https://github.com/fluencelabs/fRPC-Substrate/commit/eee3a351315293cded71a278d8187bef27321811))
* **deps:** update rust crate eyre to v0.6.9 ([#138](https://github.com/fluencelabs/fRPC-Substrate/issues/138)) ([f8250cb](https://github.com/fluencelabs/fRPC-Substrate/commit/f8250cba386aba55f7f3c815da80e475306b99d5))
* **deps:** update rust crate marine-rs-sdk to v0.10.1 ([#123](https://github.com/fluencelabs/fRPC-Substrate/issues/123)) ([1394659](https://github.com/fluencelabs/fRPC-Substrate/commit/1394659a4d81068ccdb915c5efb6db96c5b8a316))
* **deps:** update rust crate serde to v1.0.193 ([#128](https://github.com/fluencelabs/fRPC-Substrate/issues/128)) ([ec026c8](https://github.com/fluencelabs/fRPC-Substrate/commit/ec026c88003b6921af012dc3c9bf038c2be6052e))
* **deps:** update rust crate serde_json to v1.0.108 ([#131](https://github.com/fluencelabs/fRPC-Substrate/issues/131)) ([25b2b55](https://github.com/fluencelabs/fRPC-Substrate/commit/25b2b55e4772b0c75b467a17341445647de6d986))
* **readme:** Enhance readme ([#113](https://github.com/fluencelabs/fRPC-Substrate/issues/113)) ([bf49ebf](https://github.com/fluencelabs/fRPC-Substrate/commit/bf49ebf20d1aaf2164f2eef9e822c773394277a5))
* **tests:** Fix integration tests ([#136](https://github.com/fluencelabs/fRPC-Substrate/issues/136)) ([405ccd3](https://github.com/fluencelabs/fRPC-Substrate/commit/405ccd38f4231ac9d670ccc3eed8e333533d606c))
* **tests:** Use `stage` fcli version in tests by default ([#135](https://github.com/fluencelabs/fRPC-Substrate/issues/135)) ([91c4018](https://github.com/fluencelabs/fRPC-Substrate/commit/91c4018ac8e95206f1fb41b46d4a190862fc9634))

## [0.0.18](https://github.com/fluencelabs/fRPC-Substrate/compare/v0.0.17...v0.0.18) (2023-10-14)


Expand Down

0 comments on commit b6d8629

Please sign in to comment.