Skip to content

Commit 379add6

Browse files
committed
Version bump to 0.1.4.0
1 parent 5582bea commit 379add6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased changes
1+
## 0.1.4.0
22

33
Major changes:
44

@@ -9,7 +9,7 @@ Major changes:
99
Other enhancements:
1010

1111
* Added the `--docker-env` argument, to set environment variables in Docker container.
12-
* Set `LC_ALL` to UTF-8 encoding for builds to avoid "commitBuffer: invalid argument" errors from GHC [#793](https://github.com/commercialhaskell/stack/issues/793)
12+
* Set locale environment variables to UTF-8 encoding for builds to avoid "commitBuffer: invalid argument" errors from GHC [#793](https://github.com/commercialhaskell/stack/issues/793)
1313
* Enable translitation for encoding on stdout and stderr [#824](https://github.com/commercialhaskell/stack/issues/824)
1414
* By default, `stack upgrade` automatically installs GHC as necessary [#797](https://github.com/commercialhaskell/stack/issues/797)
1515
* Added the `ghc-options` field to stack.yaml [#796](https://github.com/commercialhaskell/stack/issues/796)
@@ -22,6 +22,7 @@ Other enhancements:
2222
* Check for duplicate local package names
2323
* Stop nagging people that call `stack test` [#845](https://github.com/commercialhaskell/stack/issues/845)
2424
* `--file-watch` will ignore files that are in your VCS boring/ignore files [#703](https://github.com/commercialhaskell/stack/issues/703)
25+
* Add `--numeric-version` option
2526

2627
Bug fixes:
2728

@@ -31,6 +32,7 @@ Bug fixes:
3132
* Create missing directories for `stack sdist`
3233
* Don't ignore .cabal files with extra periods [#895](https://github.com/commercialhaskell/stack/issues/895)
3334
* Deprecate unused `--optimizations` flag
35+
* Truncated output on slow terminals [#413](https://github.com/commercialhaskell/stack/issues/413)
3436

3537
## 0.1.3.1
3638

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: 0.1.3.1
2+
version: 0.1.4.0
33
synopsis: The Haskell Tool Stack
44
description: Please see the README.md for usage information, and
55
the wiki on Github for more details. Also, note that

0 commit comments

Comments
 (0)