Skip to content

Commit 5345d0d

Browse files
committed
Release 0.9.0
1 parent 77e9623 commit 5345d0d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.9.0] - 2020-05-08
10+
811
### Added
912
- Added full support for MultiMC installation. The MultiMC mode now creates an instance just like the Vanilla mode creates a profile.
1013
- Added a "Save As" dialog to the Forge installation mode and a matching CLI argument `--destination`. This replaces the previous "Install" button, but only for Forge mode.
@@ -192,7 +195,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192195
- GPG signature checking of Impact and Baritone release artifacts
193196
- Initial documentation including a README and this CHANGELOG
194197

195-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.8.6...HEAD
198+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.0...HEAD
199+
[0.9.0]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.0
196200
[0.8.6]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.6
197201
[0.8.5]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.5
198202
[0.8.4]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.8.4

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.8.6'
41+
version '0.9.0'
4242
description = 'Impact Installer'
4343
mainClassName = 'io.github.ImpactDevelopment.installer.Installer'
4444
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)