Skip to content

Commit dfbaa0b

Browse files
committed
v2.5.0.2
1 parent 3cbd37a commit dfbaa0b

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

ChangeLog.md

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

3+
## Unreleased changes
4+
5+
Release notes:
6+
7+
**Changes since v2.5.0.1**
8+
9+
Major changes:
10+
11+
Behavior changes:
12+
13+
Other enhancements:
14+
15+
Bug fixes:
16+
317

418
## v2.5.0.1 (release candidate)
519

@@ -10,8 +24,7 @@ Major changes:
1024
override the default location of snapshot configuration files. This option
1125
affects how snapshot synonyms (LTS/Nightly) are expanded to URLs by the
1226
`pantry` library.
13-
14-
* `docker-network` configuration key added to overwrite docker `--net` arg
27+
* `docker-network` configuration key added to override docker `--net` arg
1528

1629
Behavior changes:
1730

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: '2.5.0.1'
2+
version: '2.5.0.2'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 61645c5963ed18f7201973f007d50d07d5ff7c5fb7232cf958a505c0ccaa5992
7+
-- hash: f324825f9789ef2e08af344af8559352bd3620f251c6d4123e28a24df8159ea6
88

99
name: stack
10-
version: 2.5.0.1
10+
version: 2.5.0.2
1111
synopsis: The Haskell Tool Stack
1212
description: Please see the documentation at <https://docs.haskellstack.org>
1313
for usage information.

0 commit comments

Comments
 (0)