Skip to content

Commit f45be66

Browse files
committed
Release v0.3.0
1 parent 028a7b4 commit f45be66

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All crates must have the same version number when creating a release. This
44
simplifies documenting any changes.
55

6-
# Unreleased
6+
# Version 0.3.0 (2019-12-31)
77

88
- Send heartbeat pings to clients to detect dead connections and close them.
99
Pings are implemented at the application protocol level (i.e not WebSockets).

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "godcoin-cli"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2018"
55
authors = ["Samuel Grenier <samrg472@gmail.com>"]
66
license = "MIT"

crates/godcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "godcoin"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2018"
55
authors = ["Samuel Grenier <samrg472@gmail.com>"]
66
license = "MIT"

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "godcoin-server"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2018"
55
authors = ["Samuel Grenier <samrg472@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)