@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88Click the link above to see the future.
99
10+ ## [ 1.0.1] - 2019-05-27
11+ [ Downloads from maven central.] [ Download 1.0.1 ]
12+
13+ [ Kotlin Documentation] [ KDoc 1.0.1 ]
14+
15+ ### Changed
16+ - Updated NBT-Manipulator to ` 1.0.1 `
17+
1018## [ 1.0.0] - 2019-05-27
1119[ Downloads from maven central.] [ Download 1.0.0 ]
1220
@@ -57,19 +65,22 @@ Click the link above to see the future.
5765- API to read and write to/from MCA files using ` RegionIO `
5866- API to freely manipulate ` Region ` and ` Chunk ` data loaded in memory
5967
60- [ Unreleased ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.0...HEAD
68+ [ Unreleased ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.1...HEAD
69+ [ 1.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.0..v1.0.1
6170[ 1.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.4..v1.0.0
6271[ 0.0.4 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.3..v0.0.4
6372[ 0.0.3 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.2..v0.0.3
6473[ 0.0.2 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.1..v0.0.2
6574[ 0.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.0..v0.0.1
6675
76+ [ Download 1.0.1 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.0.1/
6777[ Download 1.0.0 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.0.0/
6878[ Download 0.0.4 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.4/
6979[ Download 0.0.3 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.3/
7080[ Download 0.0.2 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.2/
7181[ Download 0.0.1 ] : http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.1/
7282
83+ [ KDoc 1.0.1 ] : https://github.com/GameModsBR/Region-Manipulator/blob/d8893b801af7a65977b2b457009902da8cd10d47/kdoc/br.com.gamemods.regionmanipulator/index.md
7384[ KDoc 1.0.0 ] : https://github.com/GameModsBR/Region-Manipulator/blob/4bea23fa037af955505ed1aff78fbae8e87a589a/kdoc/br.com.gamemods.regionmanipulator/index.md
7485
7586[ NBT-Manipulator ] : https://github.com/GameModsBR/NBT-Manipulator/
0 commit comments