Skip to content

Commit 3d2406a

Browse files
committed
Create RELEASES.md doc
1 parent 85bde59 commit 3d2406a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

RELEASES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Releases
2+
3+
All crates must have the same version number when creating a release. This
4+
simplifies documenting any changes.
5+
6+
# Unreleased
7+
8+
# Version 0.1.0 (2019-11-14)
9+
10+
This marks the first release of the project. The blockchain server supports
11+
running an alpha network. Clients are able to connect to the server and be able
12+
to interact with the blockchain using the CLI wallet.
13+
14+
Power users will be using the CLI crate to interact with the public network when
15+
it launches. Developers can take a look at `crates/godcoin` for creating
16+
applications and `crates/server` for running a private alpha network locally for
17+
testing.
18+
19+
### Crates released
20+
- crates/cli
21+
- crates/godcoin
22+
- crates/server

0 commit comments

Comments
 (0)