Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oakmac committed Aug 13, 2016
1 parent d8a2766 commit 040bbbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## 1.0.0 - 2016-08-13
* First Semantic Versioning Major Release :)
* Fast-forward to parinfer.js v1.8.0. Thanks [Kurvivor19]!
* adds `previewCursorScope` and `tabStops` functionality
* Update the API to be simpler and closer to parinfer.js
* Updated test files and more thorough testing harness

## 0.2.0 - 2016-02-07
* Some code cleanup

## 0.1.0 - 2016-02-06 - First Release
* Initial release! [Parinfer] is now usable from Emacs :)

[Parinfer]:http://shaunlebron.github.io/parinfer/
[Kurvivor19]:https://github.com/Kurvivor19
2 changes: 1 addition & 1 deletion parinferlib.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;; parinferlib.el --- a Parinfer implementation in Emacs Lisp
;; v1.0.0+DEV
;; v1.0.0
;; https://github.com/oakmac/parinfer-elisp
;;
;; More information about Parinfer can be found here:
Expand Down

2 comments on commit 040bbbc

@oakmac
Copy link
Owner Author

@oakmac oakmac commented on 040bbbc Aug 13, 2016

Choose a reason for hiding this comment

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

FYI - @Kurvivor19

Thanks again for your PR! Changes are now in v1.0.0 :)

cc: @shaunlebron

@Kurvivor19
Copy link
Contributor

@Kurvivor19 Kurvivor19 commented on 040bbbc Aug 13, 2016 via email

Choose a reason for hiding this comment

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

Please sign in to comment.