Prepare 0.1.0.0 release (#102)

This commit is contained in:
Dmitrii Kovanikov 2019-08-03 19:50:23 +08:00 committed by Veronika Romashkina
parent f31317c606
commit 58efa176b4

View File

@ -3,34 +3,55 @@
`hit-on` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
### Unreleased: 0.1.0.0
### 0.1.0.0 — Aug 3, 2019
* [#63](https://github.com/kowainik/hit-on/issues/63),
[#79](https://github.com/kowainik/hit-on/issues/79),
[#86](https://github.com/kowainik/hit-on/issues/86):
Implement `hit status` command with pretty output.
* [#67](https://github.com/kowainik/hit-on/issues/67):
Implement `hit stash` and `hit unstash` commands.
* [#77](https://github.com/kowainik/hit-on/issues/77):
Implement `hit clear` command.
* [#81](https://github.com/kowainik/hit-on/issues/81):
Implement `hit diff` command with pretty diff.
* [#82](https://github.com/kowainik/hit-on/issues/82):
Add `--force` flag to `hit fix` command.
* [#85](https://github.com/kowainik/hit-on/issues/85):
Make `hit commit` command take the commit name from the corresponding issue
name, if it is currently applicable (the branch name has the info about issue
number).
* [#89](https://github.com/kowainik/hit-on/issues/89):
Add `-p|push` and `-f|force` flags to `hit commit` command.
* [#80](https://github.com/kowainik/hit-on/issues/80):
Add `hit uncommit` command.
* [#69](https://github.com/kowainik/hit-on/issues/69):
Write autocompletion instructions.
number)
(by [@vrom911](https://github.com/vrom911)).
* [#63](https://github.com/kowainik/hit-on/issues/63),
[#79](https://github.com/kowainik/hit-on/issues/79),
[#86](https://github.com/kowainik/hit-on/issues/86):
Implement `hit status` command with pretty output
(by [@chshersh](https://github.com/chshersh)).
* [#72](https://github.com/kowainik/hit-on/issues/72):
Allow `hit new` command to receive branch names as long as issue numbers.
* Bump up to GHC 8.6.5.
* Bump up to `relude-0.5.0`.
Allow `hit new` command to receive branch names as long as issue numbers
(by [@vrom911](https://github.com/vrom911)).
* [#89](https://github.com/kowainik/hit-on/issues/89):
Add `-p|push` and `-f|force` flags to `hit commit` command
(by [@vrom911](https://github.com/vrom911)).
* [#81](https://github.com/kowainik/hit-on/issues/81):
Implement `hit diff` command with pretty diff
(by [@chshersh](https://github.com/chshersh)).
* [#67](https://github.com/kowainik/hit-on/issues/67):
Implement `hit stash` and `hit unstash` commands
(by [@chshersh](https://github.com/chshersh)).
* [#77](https://github.com/kowainik/hit-on/issues/77):
Implement `hit clear` command
(by [@chshersh](https://github.com/chshersh)).
* [#82](https://github.com/kowainik/hit-on/issues/82):
Add `--force` flag to `hit fix` command
(by [@vrom911](https://github.com/vrom911)).
* [#80](https://github.com/kowainik/hit-on/issues/80):
Add `hit uncommit` command
(by [@vrom911](https://github.com/vrom911)).
* [#69](https://github.com/kowainik/hit-on/issues/69):
Write autocompletion instructions
(by [@chshersh](https://github.com/chshersh)).
* [#49](https://github.com/kowainik/hit-on/issues/49):
Configure OSX releases on Travis CI
(by [@chshersh](https://github.com/chshersh)).
* [#96](https://github.com/kowainik/hit-on/issues/96):
Add table of all commands to README
(by [@vrom911](https://github.com/vrom911)).
* [#35](https://github.com/kowainik/hit-on/issues/35):
Write unit tests for URL parsing functions
(by [@kahlil29](https://github.com/kahlil29)).
* Bump up to GHC 8.6.5
(by [@chshersh](https://github.com/chshersh)).
* Bump up to `relude-0.5.0`
(by [@chshersh](https://github.com/chshersh)).
### 0.0.0