Skip to content

Commit

Permalink
Merge pull request #29 from meraymond2/v0.1.4
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
meraymond2 authored Dec 20, 2020
2 parents db781fa + ac69f14 commit c0c715c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## Unreleased
### Added
### Changed
### Fixed

## v0.1.4
### Added
- Added a listening flag to the client, so it can stop listening before closing, to handle Idris2 printing invalid messages on exit.
### Changed
- A few workarounds have been added to the reply-parser to handle Idris 2, version 0.2.1.
### Fixed
- Cover the case where :add-clause returns an error.

## v0.1.3
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idris-ide-client",
"version": "0.1.3",
"version": "0.1.4",
"description": "A library for talking to the Idris IDE.",
"keywords": [
"idris"
Expand Down

0 comments on commit c0c715c

Please sign in to comment.