Skip to content

Commit 5a5628f

Browse files
committed
Release v2.0.0
1 parent 0d9dd3e commit 5a5628f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
Click the link above to see the future.
99

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+
1015
### Changed
1116
- Added new properties to the `data class CorruptChunk`
1217
- Changed the `CorruptChunk` constructors **(Breaking Change)**
@@ -52,6 +57,7 @@ Click the link above to see the future.
5257

5358
## [0.0.4] - 2019-05-27
5459
[Downloads from maven central.][Download 0.0.4]
60+
5561
### Added
5662
- This changelog file
5763
- Documentation to all public types, methods and properties.
@@ -92,7 +98,8 @@ Click the link above to see the future.
9298
- API to read and write to/from MCA files using `RegionIO`
9399
- API to freely manipulate `Region` and `Chunk` data loaded in memory
94100

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
96103
[1.1.0]: https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.1..v1.1.0
97104
[1.0.1]: https://github.com/GameModsBR/Region-Manipulator/compare/v1.0.0..v1.0.1
98105
[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.
101108
[0.0.2]: https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.1..v0.0.2
102109
[0.0.1]: https://github.com/GameModsBR/Region-Manipulator/compare/v0.0.0..v0.0.1
103110

111+
[Download 2.0.0]: http://central.maven.org/maven2/br/com/gamemods/region-manipulator/2.0.0/
104112
[Download 1.1.0]: http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.1.0/
105113
[Download 1.0.1]: http://central.maven.org/maven2/br/com/gamemods/region-manipulator/1.0.1/
106114
[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.
109117
[Download 0.0.2]: http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.2/
110118
[Download 0.0.1]: http://central.maven.org/maven2/br/com/gamemods/region-manipulator/0.0.1/
111119

120+
[KDoc 2.0.0]: https://github.com/GameModsBR/Region-Manipulator/blob/fceac1330da02c9a8ebf65ec13c8f48c00694e01/kdoc/br.com.gamemods.regionmanipulator/index.md
112121
[KDoc 1.1.0]: https://github.com/GameModsBR/Region-Manipulator/blob/3f6f29a823df9ce6f0c4b30ff35900119f7a62af/kdoc/br.com.gamemods.regionmanipulator/index.md
113122
[KDoc 1.0.1]: https://github.com/GameModsBR/Region-Manipulator/blob/d8893b801af7a65977b2b457009902da8cd10d47/kdoc/br.com.gamemods.regionmanipulator/index.md
114123
[KDoc 1.0.0]: https://github.com/GameModsBR/Region-Manipulator/blob/4bea23fa037af955505ed1aff78fbae8e87a589a/kdoc/br.com.gamemods.regionmanipulator/index.md

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'br.com.gamemods'
11-
version '2.0.0-SNAPSHOT'
11+
version '2.0.0'
1212

1313
sourceSets.main.java.srcDirs = ["src/main/kotlin"]
1414
sourceSets.test.java.srcDirs = ["src/test/kotlin"]

gh-pages

0 commit comments

Comments
 (0)