Skip to content

Commit

Permalink
Bump 0.14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 committed Jun 12, 2019
1 parent 47956ad commit 82bb573
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Revision history for haskell-lsp

## 0.14.0.0 -- 2019-06-13

* Add support for custom request and notification methods
(@cocreature)
* Use attoparsec to parse message headers incrementally (@cocreature)
* Only build lsp-hello when -fdemo flag is set (@bubba)

## 0.13.0.0 -- 2019-05-18

* Fix relative posix URIs (@DavidM-D)
Expand Down
5 changes: 5 additions & 0 deletions haskell-lsp-types/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision history for haskell-lsp-types

## 0.14.0.0 -- 2019-06-13

* Add support for custom request and notification methods
(@cocreature)

## 0.11.0.0 -- 2019-04-28

* Fix `window/progress/cancel` notification being a from server
Expand Down
2 changes: 1 addition & 1 deletion haskell-lsp-types/haskell-lsp-types.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-lsp-types
version: 0.13.0.0
version: 0.14.0.0
synopsis: Haskell library for the Microsoft Language Server Protocol, data types

description: An implementation of the types to allow language implementors to
Expand Down
4 changes: 2 additions & 2 deletions haskell-lsp.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-lsp
version: 0.13.0.0
version: 0.14.0.0
synopsis: Haskell library for the Microsoft Language Server Protocol

description: An implementation of the types, and basic message server to
Expand Down Expand Up @@ -46,7 +46,7 @@ library
, filepath
, hslogger
, hashable
, haskell-lsp-types == 0.13.*
, haskell-lsp-types == 0.14.*
, lens >= 4.15.2
, mtl
, network-uri
Expand Down

0 comments on commit 82bb573

Please sign in to comment.