Merge pull request #1475 from alanz/prepare-0.14

Preparing 0.14
This commit is contained in:
Alan Zimmerman 2019-12-03 12:19:23 +00:00 committed by GitHub
commit f7e0db0e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 3 deletions

View File

@ -1,7 +1,53 @@
# 0.14.0.0
- Bump resolvers and deps `lts-14.16` for GHC 8.6.5.
Key deps updated
- floskell-0.10.2
- hlint-2.2.4
- Hack awful script for generating changelog
([#1423](https://github.com/haskell/haskell-ide-engine/pull/1423), by @bubba)
- Update README.md
([#1472](https://github.com/haskell/haskell-ide-engine/pull/1472), by @Shenmin-Z)
- Fix typos; should be non-semantic
([#1469](https://github.com/haskell/haskell-ide-engine/pull/1469), by @bwignall)
- Update the instructions for Spacemacs
([#1466](https://github.com/haskell/haskell-ide-engine/pull/1466), by @sei40kr)
- Relax bounds of shake and use latest hie resolver
([#1464](https://github.com/haskell/haskell-ide-engine/pull/1464), by @jneira)
- Update README.md
([#1459](https://github.com/haskell/haskell-ide-engine/pull/1459), by @flip111)
- Various improvements and fixes over shake install
([#1452](https://github.com/haskell/haskell-ide-engine/pull/1452), by @jneira)
- Update LSP options for new haskell-lsp-0.18
([#1461](https://github.com/haskell/haskell-ide-engine/pull/1461), by @bubba)
- README.md > vim/coc setup > last comma in the json object doesn't parse.
([#1463](https://github.com/haskell/haskell-ide-engine/pull/1463), by @bChiquet)
- Update README.md
([#1458](https://github.com/haskell/haskell-ide-engine/pull/1458), by @flip111)
- Bump haskell-lsp et al to 0.18.0.0
([#1457](https://github.com/haskell/haskell-ide-engine/pull/1457), by @alanz)
- Unit test over the liquid haskell supported version
([#1449](https://github.com/haskell/haskell-ide-engine/pull/1449), by @jneira)
- Adapt liquid haskell tests for version 0.8.6.2
([#1440](https://github.com/haskell/haskell-ide-engine/pull/1440), by @alanz)
- Ignore the PATH fix if it is not set
([#1437](https://github.com/haskell/haskell-ide-engine/pull/1437), by @jneira)
- Make sure the liquid haskell test files are generated for unit-test
([#1438](https://github.com/haskell/haskell-ide-engine/pull/1438), by @alanz)
- Drop stack support for GHC 8.2.2
([#1430](https://github.com/haskell/haskell-ide-engine/pull/1430), by @fendor)
- Register rename and implementation provider
([#1427](https://github.com/haskell/haskell-ide-engine/pull/1427), by @bubba)
- Fix snippets configuration option not working
([#1424](https://github.com/haskell/haskell-ide-engine/pull/1424), by @bubba)
# 0.13.0.0
- Bump resolvers and deps `lts-14.11` for GHC 8.6.5, and
`nightly-2019-09-21` for nightyly build, the last one to support GHC
`nightly-2019-09-21` for nightly build, the last one to support GHC
8.6.5.
Key deps updated

View File

@ -1,5 +1,5 @@
name: haskell-ide-engine
version: 0.13.0.0
version: 0.14.0.0
synopsis: Provide a common engine to power any Haskell IDE
description: Please see README.md
homepage: http://github.com/githubuser/haskell-ide-engine#readme

View File

@ -1,5 +1,5 @@
name: hie-plugin-api
version: 0.13.0.0
version: 0.14.0.0
synopsis: Haskell IDE API for plugin communication
license: BSD3
license-file: LICENSE