File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.1] - 2019-05-23
8+
9+ ### Fixed
10+ - The installer not creating a profile in the vanilla installer
11+
712## [ 0.1.0] - 2019-05-19
813
914### Added
@@ -14,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1419- GPG signature checking of Impact and Baritone release artifacts
1520- Initial documentation including a README and this CHANGELOG
1621
17- [ Unreleased ] : https://github.com/ImpactDevelopment/Installer/compare/0.1.0...HEAD
22+ [ Unreleased ] : https://github.com/ImpactDevelopment/Installer/compare/0.1.1...HEAD
23+ [ 0.1.1 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.1.1
1824[ 0.1.0 ] : https://github.com/ImpactDevelopment/Installer/releases/tag/0.1.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121}
2222
2323group ' io.github.ImpactDevelopment'
24- version ' 0.1.0 '
24+ version ' 0.1.1 '
2525targetCompatibility = sourceCompatibility = JavaVersion . VERSION_1_8
2626
2727repositories {
You can’t perform that action at this time.
0 commit comments