Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Apr 3, 2024
1 parent fc7280b commit 9c90e0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.13.0 - 2024-04-03
### Added
- chmux: forward channel closing
### Changed
- make forward a function of Receiver

## 0.12.0 - 2024-04-03
### Added
- chmux: allow specification of custom id (u32) when connecting a new channel
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.12.0"
version = "0.13.0"

edition = "2021"
rust-version = "1.72"
Expand Down
2 changes: 1 addition & 1 deletion remoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ full-codecs = [


[dependencies]
remoc_macro = { version = "=0.12.0", path = "../remoc_macro", optional = true }
remoc_macro = { version = "=0.13.0", path = "../remoc_macro", optional = true }

futures = "0.3"
tokio = { version = "1.32", features = ["macros", "rt", "sync", "time"] }
Expand Down

0 comments on commit 9c90e0e

Please sign in to comment.