@@ -7,6 +7,14 @@ 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
+ ## [ 1.0.0] - 2019-05-27
11
+ [ Downloads from maven central.] [ Download 1.0.0 ]
12
+
13
+ [ Kotlin Documentation] [ KDoc 1.0.0 ]
14
+
15
+ ### Changed
16
+ - Updated NBT-Manipulator to ` 1.0.0 `
17
+
10
18
## [ 0.0.4] - 2019-05-27
11
19
[ Downloads from maven central.] [ Download 0.0.4 ]
12
20
### Added
@@ -49,17 +57,21 @@ Click the link above to see the future.
49
57
- API to read and write to/from MCA files using ` RegionIO `
50
58
- API to freely manipulate ` Region ` and ` Chunk ` data loaded in memory
51
59
52
- [ Unreleased ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.4...HEAD
60
+ [ Unreleased ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.0...HEAD
61
+ [ 1.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.4..v1.0.0
53
62
[ 0.0.4 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.3..v0.0.4
54
63
[ 0.0.3 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.2..v0.0.3
55
64
[ 0.0.2 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.1..v0.0.2
56
65
[ 0.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.0..v0.0.1
57
66
67
+ [ Download 1.0.0 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.0.0/
58
68
[ Download 0.0.4 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.4/
59
69
[ Download 0.0.3 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.3/
60
70
[ Download 0.0.2 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.2/
61
71
[ Download 0.0.1 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.1/
62
72
73
+ [ KDoc 1.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/blob/4bea23fa037af955505ed1aff78fbae8e87a589a/kdoc/br.com.gamemods.regionmanipulator/index.md
74
+
63
75
[ NBT-Manipulator ] : https://github.com/GameModsBR/NBT-Manipulator/
64
76
[ #1 ] : https://github.com/GameModsBR/Region-Manipulator/issues/1
65
77
0 commit comments