Skip to content

Commit acda0df

Browse files
committed
Release 0.9.5
1 parent 2405895 commit acda0df

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.5] - 2021-06-20
10+
911
### Fixes
1012
- Fix an error when attempting to install OptiFine with 1.16+
1113

@@ -233,8 +235,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233235
- GPG signature checking of Impact and Baritone release artifacts
234236
- Initial documentation including a README and this CHANGELOG
235237

236-
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.4...HEAD
237-
[0.9.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.4
238+
[Unreleased]: https://github.com/ImpactDevelopment/Installer/compare/0.9.5...HEAD
239+
[0.9.5]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.5
240+
[0.9.4]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.4
238241
[0.9.3]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.3
239242
[0.9.2]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.2
240243
[0.9.1]: https://github.com/ImpactDevelopment/Installer/releases/tag/0.9.1

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

0 commit comments

Comments
 (0)