mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 12:13:41 +03:00
Infer, refresh the change log
This commit is contained in:
parent
d66bb9b0db
commit
7c65c4c2bc
43
CHANGELOG.md
Normal file
43
CHANGELOG.md
Normal file
@ -0,0 +1,43 @@
|
||||
## 0.3.0.0
|
||||
|
||||
* Add proper set of dependency version constraints.
|
||||
* Use `optparse-applicative` to parse arguments.
|
||||
* Add support for comments and empty lines to scripts.
|
||||
* Parse ssh port from `PORT` environment variable.
|
||||
|
||||
## 0.2.1.2
|
||||
|
||||
* Add change log (#23).
|
||||
* Add `README.md` to extra source files.
|
||||
* Handle missing environment variables more graciously.
|
||||
* Allow GHC 8 and base 4.9.
|
||||
|
||||
## 0.2.1.1
|
||||
|
||||
* Fix tests (#31).
|
||||
|
||||
## 0.2.1
|
||||
|
||||
* Use Stack (#17).
|
||||
* Clean up package (#20).
|
||||
* Fix tests (#25).
|
||||
|
||||
## 0.2.0.2
|
||||
|
||||
* GHC 7.10 support.
|
||||
|
||||
## 0.2.0.1
|
||||
|
||||
* Refactoring and documentation improvements.
|
||||
|
||||
## 0.2.0.0
|
||||
|
||||
* Various refactoring and relaxed dependency constraints.
|
||||
|
||||
## 0.1.0.2
|
||||
|
||||
* Print error messages to `stderr`, return non-zero exit code on failure.
|
||||
|
||||
## 0.1.0.1
|
||||
|
||||
* Initial release.
|
13
changes.md
13
changes.md
@ -1,13 +0,0 @@
|
||||
## Unreleased changes
|
||||
|
||||
* Add change log (#23).
|
||||
|
||||
## 0.2.1.1
|
||||
|
||||
* Fix tests (#31).
|
||||
|
||||
## 0.2.1
|
||||
|
||||
* Use Stack (#17).
|
||||
* Clean up package (#20).
|
||||
* Fix tests (#25).
|
@ -28,7 +28,8 @@ homepage: https://github.com/stackbuilders/hapistrano
|
||||
bug-reports: https://github.com/stackbuilders/hapistrano/issues
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
extra-source-files: changes.md README.md
|
||||
extra-source-files: CHANGELOG.md
|
||||
, README.md
|
||||
|
||||
flag dev
|
||||
description: Turn on development settings.
|
||||
|
Loading…
Reference in New Issue
Block a user