Skip to content

Commit b1259d5

Browse files
committed
Release v0.2.1
1 parent f363a2d commit b1259d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.2.1 (2019-12-03)
77

88
- Configure the max message send queue in the WebSocket handler for back
99
pressure control.

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.0"
3+
version = "0.2.1"
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.0"
3+
version = "0.2.1"
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.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["Samuel Grenier <samrg472@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)