Skip to content

Commit

Permalink
Shotover 0.1.11 (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros authored Aug 11, 2023
1 parent 54c712a commit 7971cac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.

11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Any breaking changes to the `topology.yaml` or `shotover` rust API should be documented here.
This assists us in knowing when to make the next release a breaking release and assists users with making upgrades to new breaking releases.

## 0.1.11

### topology.yaml

* No recorded changes

### shotover rust api

* `shotover::message_value` is now `shotover::frame::value`
* `shotover::message_value::MessageValue` is now `shotover::frame::value::GenericValue`

## 0.1.10

### topology.yaml
Expand Down
2 changes: 1 addition & 1 deletion shotover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shotover"
version = "0.1.10"
version = "0.1.11"
authors = ["Ben <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 7971cac

Please sign in to comment.