Skip to content

Commit

Permalink
Stack version bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Jul 17, 2017
1 parent 97e9f60 commit 63267f9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Question related to stack project templates? Please report it at the [stack-temp

If you're reporting a bug please follow the steps below:

Make sure that you are using the latest release (currently stack-1.4.0).
Make sure that you are using the latest release (currently stack-1.5.0).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

Please use the following schema for your bug report:
Expand Down
18 changes: 7 additions & 11 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Changelog

## Unreleased changes

Release notes:

Major changes:
## 1.5.0

Behavior changes:

Expand All @@ -17,6 +14,8 @@ Other enhancements:

* `stack setup` allow to control options passed to ghcjs-boot with
`--ghcjs-boot-options` (one word at a time) and `--[no-]ghcjs-boot-clean`
* `stack setup` now accepts a `--install-cabal VERSION` option which
will install a specific version of the Cabal library globally.
* Updates to store-0.4.1, which has improved performance and better error
reporting for version tags. A side-effect of this is that all of
stack's binary caches will be invalidated.
Expand Down Expand Up @@ -62,6 +61,10 @@ Other enhancements:
foo-1.2.3@gitsha1:deadbeef`. Note that this should be considered
_experimental_, Stack will likely move towards a different hash
format in the future.
* Binary "stack upgrade" will now warn if the installed executable is not
on the PATH or shadowed by another entry.
* Allow running tests on tarball created by sdist and upload
[#717](https://github.com/commercialhaskell/stack/issues/717).

Bug fixes:

Expand Down Expand Up @@ -117,9 +120,6 @@ Major changes:
that all packages be present in a snapshot, however.
[#2805](https://github.com/commercialhaskell/stack/issues/2805)

* `stack setup` now accepts a `--install-cabal VERSION` option which
will install a specific version of the Cabal library globally.

Behavior changes:

* The default package metadata backend has been changed from Git to
Expand Down Expand Up @@ -185,8 +185,6 @@ Other enhancements:
* Upgraded `http-client-tls` version, which now offers support for the
`socks5://` and `socks5h://` values in the `http_proxy` and `https_proxy`
environment variables.
* Binary "stack upgrade" will now warn if the installed executable is not
on the PATH or shadowed by another entry.

Bug fixes:

Expand Down Expand Up @@ -1095,8 +1093,6 @@ Other enhancements:
* `stack build --fast` turns off optimizations
* Show progress while downloading package index
[#1223](https://github.com/commercialhaskell/stack/issues/1223).
* Allow running tests on tarball created by sdist and upload
[#717](https://github.com/commercialhaskell/stack/issues/717).

Bug fixes:

Expand Down
2 changes: 1 addition & 1 deletion doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ users. Here's a quick rundown:
tarball and unpacks it.
* `stack sdist` generates an uploading tarball containing your package code
* `stack upload` uploads an sdist to Hackage. As of
version [1.1.0](https://docs.haskellstack.org/en/latest/ChangeLog/#110) stack
version [1.1.0](https://docs.haskellstack.org/en/v1.1.0/ChangeLog/) stack
will also attempt to GPG sign your packages as
per
[our blog post](https://www.fpcomplete.com/blog/2016/05/stack-security-gnupg-keys).
Expand Down
4 changes: 0 additions & 4 deletions doc/install_and_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ Run:

* Now you can run `stack` from the terminal.

An unofficial package repository for FreeBSD 10 (amd64 only) and install
instructions are available at [http://stack-pkg.applicative.tech](http://stack-pkg.applicative.tech/). The
repository is not official and as such might lag behind new releases.

## Path

You can install stack by copying it anywhere on your PATH environment variable. We recommend installing in the same directory where stack itself will install executables (that way stack is able to upgrade itself!). On Windows, that directory is `%APPDATA%\local\bin`, e.g. "c:\Users\Michael\AppData\Roaming\local\bin". For other systems, use `$HOME/.local/bin`.
Expand Down
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack
version: 1.4.1
version: 1.5.0
synopsis: The Haskell Tool Stack
description: Please see the README.md for usage information, and
the wiki on Github for more details. Also, note that
Expand Down

0 comments on commit 63267f9

Please sign in to comment.