Skip to content

Commit b27e629

Browse files
committed
v1.6.3
1 parent b338401 commit b27e629

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Question related to stack project templates? Please report it at the [stack-temp
66

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

9-
Make sure that you are using the latest release (currently stack-1.6.1).
9+
Make sure that you are using the latest release (currently stack-1.6.3).
1010
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
1111

1212
Please use the following schema for your bug report:

ChangeLog.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## v1.6.3
44

5-
Release notes:
6-
7-
Major changes:
8-
9-
Behaviour changes:
10-
11-
Other enhancements:
5+
Enhancements:
126

137
* In addition to supporting `.tar.gz` and `.zip` files as remote archives,
148
plain `.tar` files are now accepted too. This will additionally help with
159
cases where HTTP servers mistakenly set the transfer encoding to `gzip`. See
1610
[#3647](https://github.com/commercialhaskell/stack/issues/3647).
11+
* Links to docs.haskellstack.org ignore Stack version patchlevel.
12+
* Downloading Docker-compatible `stack` binary ignores Stack version patchlevel.
1713

1814
Bug fixes:
1915

@@ -27,7 +23,8 @@ Bug fixes:
2723

2824
## v1.6.1.1
2925

30-
No user facing changes.
26+
Hackage-only release with no user facing changes (updated to build with
27+
newer dependency versions).
3128

3229

3330
## v1.6.1

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: '1.6.2'
2+
version: '1.6.3'
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)