From 3d2406a03812cd71dc3674ace3deb101579bc787 Mon Sep 17 00:00:00 2001 From: samrg472 Date: Thu, 14 Nov 2019 15:34:35 -0800 Subject: [PATCH] Create RELEASES.md doc --- RELEASES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RELEASES.md diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..67ce760 --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,22 @@ +## Releases + +All crates must have the same version number when creating a release. This +simplifies documenting any changes. + +# Unreleased + +# Version 0.1.0 (2019-11-14) + +This marks the first release of the project. The blockchain server supports +running an alpha network. Clients are able to connect to the server and be able +to interact with the blockchain using the CLI wallet. + +Power users will be using the CLI crate to interact with the public network when +it launches. Developers can take a look at `crates/godcoin` for creating +applications and `crates/server` for running a private alpha network locally for +testing. + +### Crates released +- crates/cli +- crates/godcoin +- crates/server