Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 1, 2021
1 parent b76a36d commit 30d1d09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to Remoc will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 0.9.0 - 2021-11-01
### Added
- `is_final()` on channel error types
### Changed
- terminate providers and RTC servers when a final receive error occurs
### Removed
- `chmux::Cfg::trace_id` because using tracing spans makes it redundant

## 0.8.2 - 2021-10-29
### Added
- blocking send and receive functions for rch::mpsc
Expand Down
4 changes: 2 additions & 2 deletions remoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remoc"
version = "0.8.2"
version = "0.9.0"
authors = ["Sebastian Urban <[email protected]>", "ENQT GmbH <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ENQT-GmbH/remoc/"
Expand Down Expand Up @@ -31,7 +31,7 @@ codec-message-pack = ["rmp-serde"]
default-codec-message-pack = ["codec-message-pack"]

[dependencies]
remoc_macro = { version = "=0.8.2", path = "../remoc_macro", optional = true }
remoc_macro = { version = "=0.9.0", path = "../remoc_macro", optional = true }

futures = "0.3"
tokio = { version = "1.11", features = ["macros", "rt", "sync", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion remoc_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remoc_macro"
version = "0.8.2"
version = "0.9.0"
authors = ["Sebastian Urban <[email protected]>", "ENQT GmbH <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ENQT-GmbH/remoc/"
Expand Down

0 comments on commit 30d1d09

Please sign in to comment.