Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Apr 27, 2020
1 parent dd7085a commit 8866560
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Libplanet changelog
===================

Version 0.10.0
--------------

To be released.

### Backward-incompatible API changes

### Backward-incompatible network protocol changes

### Backward-incompatible storage format changes

### Added APIs

### Behavioral changes

### Bug fixes

### CLI tools


Version 0.9.0
-------------

Expand Down Expand Up @@ -63,8 +83,6 @@ Released on April 27, 2020.
replaced by a new `RecentStates` message type (with type number `0x0f`)
in order to compress its states. [[#700], [#850]]

### Backward-incompatible storage format changes

### Added APIs

- Added `AddressExtensions.ToAddress(this PrivateKey)` overloaded extension
Expand Down
2 changes: 1 addition & 1 deletion Libplanet/Libplanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<PackageId>Libplanet</PackageId>
<Title>Libplanet</Title>
<VersionPrefix>0.9.0</VersionPrefix>
<VersionPrefix>0.10.0</VersionPrefix>
<!-- Note: don't be confused by the word "prefix" here. It's merely a
version without suffix like "-dev.123". See the following examples:
Version: 1.2.3-dev.456
Expand Down

0 comments on commit 8866560

Please sign in to comment.