Skip to content

Commit 2c98876

Browse files
committed
readme, changelog, version bump
1 parent f651373 commit 2c98876

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## CHANGES IN DEVELOP
3+
## 0.7.0 (October 11, 2017)
44

5-
IMPROVEMENTS:
5+
BREAKING CHANGES:
66

7-
* initialize options for genesis with `--option` flag on `basecoin init`
7+
* Everything has changed, and it's all about to change again, so don't bother using it yet!
88

99
## 0.6.2 (July 27, 2017)
1010

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ Branch | Tests | Coverage
1515
develop | [![CircleCI](https://circleci.com/gh/cosmos/cosmos-sdk/tree/develop.svg?style=shield)](https://circleci.com/gh/cosmos/cosmos-sdk/tree/develop) | [![codecov](https://codecov.io/gh/cosmos/cosmos-sdk/branch/develop/graph/badge.svg)](https://codecov.io/gh/cosmos/cosmos-sdk)
1616
master | [![CircleCI](https://circleci.com/gh/cosmos/cosmos-sdk/tree/master.svg?style=shield)](https://circleci.com/gh/cosmos/cosmos-sdk/tree/master) | [![codecov](https://codecov.io/gh/cosmos/cosmos-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/cosmos/cosmos-sdk)
1717

18-
The Cosmos SDK is the middleware platform which the [Cosmos Hub](https://cosmos.network) is constructed from. The Hub is a blockchain (or, internet of blockchains) in which the Atom supply resides. The Atoms supply is defined at genesis and can change based on the rules of the Hub.
18+
19+
!!!!!!!!!!!!!!!!!!!!!
20+
21+
*THIS REPOSITORY IS UNDERGOING RAPID DEVELOPMENT AND NONE OF ITS INTERFACES ARE CONSIDERED STABLE.*
22+
23+
*USE AT YOUR OWN RISK.*
24+
25+
!!!!!!!!!!!!!!!!!!!!!
26+
27+
The Cosmos SDK is the middleware platform that the [Cosmos Hub](https://cosmos.network) is constructed from. The Hub is a blockchain (or, internet of blockchains) in which the Atom supply resides. The Atoms supply is defined at genesis and can change based on the rules of the Hub.
1928

2029
Under the hood, the Cosmos SDK is an [ABCI application](https://github.com/tendermint/abci) designed to be used with the [Tendermint consensus engine](https://tendermint.com/) to form a Proof-of-Stake cryptocurrency. It also provides a general purpose framework
2130
for extending the feature-set of the cryptocurrency by implementing plugins.

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ const Maj = "0"
55
const Min = "7"
66
const Fix = "0"
77

8-
const Version = "0.7.0-alpha"
8+
const Version = "0.7.0"

0 commit comments

Comments
 (0)