Skip to content

Commit efc1703

Browse files
authored
Prepare release 0.18.0.0 (#496)
1 parent 98f38e0 commit efc1703

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ChangeLog hie-bios
22

3+
## 2026-02-06 - 0.18.0
4+
5+
* Adapt to OsPath change ([#493](https://github.com/haskell/hie-bios/pull/493))
6+
* Parallel test suite ([#487](https://github.com/haskell/hie-bios/pull/487))
7+
* Fix processCabalLoadStyle to include dyn dep for extra files ([#484](https://github.com/haskell/hie-bios/pull/484))
8+
* Improve hie-bios cli interface ([#480](https://github.com/haskell/hie-bios/pull/480))
9+
* Only pass --keep-temp-files once ([#477](https://github.com/haskell/hie-bios/pull/477))
10+
311
## 2025-08-07 - 0.17.0
412

513
* Add support for cabal 3.16.1.0 [#470](https://github.com/haskell/hie-bios/pull/470)

docs/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This document described the release process for `hie-bios`.
1414
* `cabal upload --publish dist-newstyle/sdist/hie-bios-<version>.tar.gz; cabal upload --publish --documentation dist-newstyle/hie-bios-<version>-docs.tar.gz`
1515
* [ ] Create release tag for GitHub
1616
* [ ] `git tag -a release-<version>`
17-
* [ ] `git push --tags`
17+
* [ ] `git push --tags`

hie-bios.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: 2.2
22
Name: hie-bios
3-
Version: 0.17.0
3+
Version: 0.18.0
44
Author: Matthew Pickering <matthewtpickering@gmail.com>
55
Maintainer: Matthew Pickering <matthewtpickering@gmail.com>
66
License: BSD-3-Clause

0 commit comments

Comments
 (0)