Skip to content

Commit bfd1248

Browse files
committed
Version 0.14.0
1 parent 721be30 commit bfd1248

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to Remoc will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.14.0 - 2024-07-xx
7+
## 0.14.0 - 2024-08-02
88
### Added
99
- remote trait calling (RTC): generate ReqReceiver type for handling requests from
1010
clients as messages

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.14.0-pre1"
2+
version = "0.14.0"
33

44
edition = "2021"
55
rust-version = "1.72"

remoc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ full-codecs = [
4343

4444

4545
[dependencies]
46-
remoc_macro = { version = "=0.14.0-pre1", path = "../remoc_macro", optional = true }
46+
remoc_macro = { version = "=0.14.0", path = "../remoc_macro", optional = true }
4747

4848
futures = "0.3"
4949
tokio = { version = "1.34", features = ["macros", "rt", "sync", "time"] }

0 commit comments

Comments
 (0)