Skip to content

Commit 75d8515

Browse files
committed
Release 0.9.2
1 parent d0a7b4c commit 75d8515

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.2] - 2020-08-09
10+
911
### Fixes
1012
- Fix error building setting for null value when changing settings in certain orders. This fix reverts a change in [0.5.6] intended to allow installing unreleased Minecraft versions using a custom JSON file.
1113

@@ -208,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208210
- GPG signature checking of Impact and Baritone release artifacts
209211
- Initial documentation including a README and this CHANGELOG
210212

211-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.1...HEAD
213+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.2...HEAD
214+
[0.9.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.2
212215
[0.9.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.1
213216
[0.9.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.0
214217
[0.8.6]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.6

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ plugins {
3838
ext {
3939
id = 'ImpactInstaller'
4040
group 'io.github.ImpactDevelopment'
41-
version '0.9.1'
41+
version '0.9.2'
4242
description = 'Impact Installer'
4343
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
4444
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)