Skip to content

Commit 592f307

Browse files
committed
Release 0.1.1
1 parent 2f6c0d1 commit 592f307

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
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

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
group 'io.github.ImpactDevelopment'
24-
version '0.1.0'
24+
version '0.1.1'
2525
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
2626

2727
repositories {

0 commit comments

Comments
 (0)