Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluencelabs/marine-rs-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: marine-rs-sdk-v0.10.2
Choose a base ref
...
head repository: fluencelabs/marine-rs-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: marine-rs-sdk-v0.10.3
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Dec 27, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    22863bc View commit details

Commits on Dec 28, 2023

  1. chore(master): release marine-rs-sdk 0.10.3 (#149)

    * chore(master): release marine-rs-sdk 0.10.3
    
    * chore: Bump version to 0.10.3
    fluencebot authored Dec 28, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e112719 View commit details
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.10.2"
".": "0.10.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.3](https://github.com/fluencelabs/marine-rs-sdk/compare/marine-rs-sdk-v0.10.2...marine-rs-sdk-v0.10.3) (2023-12-27)


### Features

* **call-parameters:** optional rkyv support ([#148](https://github.com/fluencelabs/marine-rs-sdk/issues/148)) ([22863bc](https://github.com/fluencelabs/marine-rs-sdk/commit/22863bc94f620fcd9fee4dc1476a71248cc94963))

## [0.10.2](https://github.com/fluencelabs/marine-rs-sdk/compare/marine-rs-sdk-v0.10.1...marine-rs-sdk-v0.10.2) (2023-12-12)


220 changes: 211 additions & 9 deletions Cargo.lock

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

Loading