@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
Click the link above to see the future.
9
9
10
+ ## [ 2.0.0] - 2020-01-24
11
+ [ Downloads from maven central.] [ Download 2.0.0 ]
12
+
13
+ [ Kotlin Documentation] [ KDoc 2.0.0 ]
14
+
10
15
### Changed
11
16
- Added new properties to the ` data class CorruptChunk `
12
17
- Changed the ` CorruptChunk ` constructors ** (Breaking Change)**
@@ -52,6 +57,7 @@ Click the link above to see the future.
52
57
53
58
## [ 0.0.4] - 2019-05-27
54
59
[ Downloads from maven central.] [ Download 0.0.4 ]
60
+
55
61
### Added
56
62
- This changelog file
57
63
- Documentation to all public types, methods and properties.
@@ -92,7 +98,8 @@ Click the link above to see the future.
92
98
- API to read and write to/from MCA files using ` RegionIO `
93
99
- API to freely manipulate ` Region ` and ` Chunk ` data loaded in memory
94
100
95
- [ Unreleased ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.1.0...HEAD
101
+ [ Unreleased ] : https://github.com/GameModsBR/Region-Manipulator/compare/v2.0.0...HEAD
102
+ [ 2.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.1.0..v2.0.0
96
103
[ 1.1.0 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.1..v1.1.0
97
104
[ 1.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.0..v1.0.1
98
105
[ 1.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.4..v1.0.0
@@ -101,6 +108,7 @@ Click the link above to see the future.
101
108
[ 0.0.2 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.1..v0.0.2
102
109
[ 0.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.0..v0.0.1
103
110
111
+ [ Download 2.0.0 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/2.0.0/
104
112
[ Download 1.1.0 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.1.0/
105
113
[ Download 1.0.1 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.0.1/
106
114
[ Download 1.0.0 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.0.0/
@@ -109,6 +117,7 @@ Click the link above to see the future.
109
117
[ Download 0.0.2 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.2/
110
118
[ Download 0.0.1 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.1/
111
119
120
+ [ KDoc 2.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/blob/fceac1330da02c9a8ebf65ec13c8f48c00694e01/kdoc/br.com.gamemods.regionmanipulator/index.md
112
121
[ KDoc 1.1.0 ] : https://github.com/GameModsBR/Region-Manipulator/blob/3f6f29a823df9ce6f0c4b30ff35900119f7a62af/kdoc/br.com.gamemods.regionmanipulator/index.md
113
122
[ KDoc 1.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/blob/d8893b801af7a65977b2b457009902da8cd10d47/kdoc/br.com.gamemods.regionmanipulator/index.md
114
123
[ KDoc 1.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/blob/4bea23fa037af955505ed1aff78fbae8e87a589a/kdoc/br.com.gamemods.regionmanipulator/index.md
0 commit comments