Skip to content

Commit

Permalink
Bump version to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Dec 11, 2023
1 parent 9691a6b commit ccad646
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Version 0.8.0 - 2023-12-11
- [change][major] Mark `StreamConfig` and `UnixConfig` as non-exhaustive structs.
- [change][major] Make the `MessageHeader::encode/decode()` functions take an `endian` parameter.
- [add][major] Add an `endian` field to `StreamConfig` and `UnixConfig`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fizyr-rpc"
description = "Native Rust implementation of the Fizyr RPC protocol"
version = "0.7.1"
version = "0.8.0"
authors = [
"Fizyr B.V. <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@ unix-stream = ["tokio/net"]
filedesc = { version = "0.6.1" }
tokio = { version = "1.32.0", features = ["rt", "sync"] }
tokio-seqpacket = { version = "0.7.0", optional = true }
fizyr-rpc-macros = { version = "0.7.1", path = "macros", optional = true }
fizyr-rpc-macros = { version = "0.8.0", path = "macros", optional = true }

[dev-dependencies]
assert2 = "0.3.11"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fizyr-rpc-macros"
description = "procedural macros for the fizyr-rpc crate"
version = "0.7.1"
version = "0.8.0"
authors = [
"Fizyr B.V. <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit ccad646

Please sign in to comment.