Skip to content

Commit 57a4569

Browse files
authored
Merge pull request #3971 from riemannulus/prepare/5.3.2
🧹 prepare: 5.3.2
2 parents 866c901 + f432aa9 commit 57a4569

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Libplanet changelog
22
===================
33

4+
Version 5.3.2
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.3.1
529
-------------
630

Directory.Build.props

+1-1
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.3.1</VersionPrefix>
7+
<VersionPrefix>5.3.2</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)