Skip to content

Commit

Permalink
Bump version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Sep 20, 2023
1 parent 9a33284 commit ce8907d
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.7.0 - 2023-09-20
- [change][major] Add `hidden` field to items in interface introspection types.
- [add][minor] Add `#[hidden]` attribute for interfaces, services, streams and updates in `interface! { ... }` macro.
- [add][minor] Add documentation about the protocol itself.
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.6.0"
version = "0.7.0"
authors = [
"Fizyr B.V. <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ byteorder = "1.4.3"
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.6.0", path = "macros", optional = true }
fizyr-rpc-macros = { version = "0.7.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.6.0"
version = "0.7.0"
authors = [
"Fizyr B.V. <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit ce8907d

Please sign in to comment.