Skip to content

Commit

Permalink
Update to version 0.4.9
Browse files Browse the repository at this point in the history
Update CHANGELOG with 0.4.9 release
  • Loading branch information
melted committed Apr 8, 2017
1 parent 6a8fff5 commit 3e55a06
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@

### Fixed


## v0.4.9

### Added

- Allow incomplete data definition
- Add record and rewrite keywords
- Support literate files
- Add cast snippet

### Fixed

- Indent after do/where/if/then/else/of
- Save file state when executing commands

## v0.4.8

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "language-idris",
"main": "./lib/language-idris",
"version": "0.4.8",
"version": "0.4.9",
"private": true,
"description": "A plugin for developing with Idris",
"repository": "https://github.com/idris-hackers/atom-language-idris",
Expand Down

1 comment on commit 3e55a06

@justjoheinz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the new version is not yet an atom package.

Please sign in to comment.