Skip to content

Commit 3c035d5

Browse files
committed
Prepare 5.5.0
1 parent 2740bf1 commit 3c035d5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Libplanet changelog
22
===================
33

4+
Version 5.5.0
5+
-------------
6+
7+
To be released.
8+
9+
### Deprecated APIs
10+
11+
### Backward-incompatible API changes
12+
13+
### Backward-incompatible network protocol changes
14+
15+
### Backward-incompatible storage format changes
16+
17+
### Added APIs
18+
19+
### Behavioral changes
20+
21+
### Bug fixes
22+
23+
### Dependencies
24+
25+
### CLI tools
26+
27+
428
Version 5.4.0
529
-------------
630

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks Condition="'$(_IsPacking)'=='true'">net6.0</TargetFrameworks>
55
<TargetFramework Condition="'$(_IsPacking)'!='true'">net6.0</TargetFramework>
66
<LangVersion>10</LangVersion>
7-
<VersionPrefix>5.4.0</VersionPrefix>
7+
<VersionPrefix>5.5.0</VersionPrefix>
88
<!-- Note: don't be confused by the word "prefix" here. It's merely a
99
version without suffix like "-dev.123". See the following examples:
1010
Version: 1.2.3-dev.456

0 commit comments

Comments
 (0)