Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Apr 9, 2019
2 parents 3d1b829 + 4e30546 commit b47a52a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .unicorn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
unicornVersion: "0.0.1"
unicornVersion: "0.0.2"
type: "OTHER"
name: "Unicorn"
description: "\U0001f984 A tool to create, work on, test and deploy projects."
version: "0.0.1"
version: "0.0.2"
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,37 @@ Optional intro comment.
## [Unreleased] - see [milestones] for our roadmap


<a name="0.0.2"></a>
## [0.0.2](https://github.com/JonasWanke/Unicorn/compare/v0.0.1...v0.0.2) - 2019-04-09


### Features

- use unicorn ([#37](https://github.com/JonasWanke/Unicorn/pull/37)), fixes [#34](https://github.com/JonasWanke/Unicorn/issues/34)
- **commands/init:** support init in existing repo ([#36](https://github.com/JonasWanke/Unicorn/pull/36)), fixes [#28](https://github.com/JonasWanke/Unicorn/issues/28), [#20](https://github.com/JonasWanke/Unicorn/issues/20), [#27](https://github.com/JonasWanke/Unicorn/issues/27)
- **commands/login:** remove password support ([#42](https://github.com/JonasWanke/Unicorn/pull/42)), fixes [#32](https://github.com/JonasWanke/Unicorn/issues/32)


### Bug Fixes

- **commands/init:** only create .gitignore if templates were selected ([#41](https://github.com/JonasWanke/Unicorn/pull/41)), fixes [#30](https://github.com/JonasWanke/Unicorn/issues/30)


### Docs

- **commands/init:** fix/shorten templates and labels ([#44](https://github.com/JonasWanke/Unicorn/pull/44)), fixes [#35](https://github.com/JonasWanke/Unicorn/issues/35)


### Refactor

- rename config files ([#40](https://github.com/JonasWanke/Unicorn/pull/40)), fixes [#29](https://github.com/JonasWanke/Unicorn/issues/29)



## 0.0.1 - 2019-01-30

Initial release supporting repository initialization.


[milestones]: https://github.com/JonasWanke/Unicorn/milestones
[Unreleased]: https://github.com/JonasWanke/Unicorn/compare/v0.0.1...dev
[Unreleased]: https://github.com/JonasWanke/Unicorn/compare/v0.0.2...dev
2 changes: 1 addition & 1 deletion src/main/kotlin/com/jonaswanke/unicorn/ProgramConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package com.jonaswanke.unicorn
import net.swiftzer.semver.SemVer

object ProgramConfig {
val VERSION = SemVer.parse("0.0.1")
val VERSION = SemVer.parse("0.0.2")
}

0 comments on commit b47a52a

Please sign in to comment.