Skip to content

Commit

Permalink
0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed May 28, 2020
1 parent ab3874c commit 4e670dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).

## [unreleased] - unreleased
## [0.1.4] - 2020-05-28

### Fixed

- Fixed docstring highlighting ([PR #75](https://github.com/ponylang/ponylang-mode/pull/75))
- Fixed intersections and methods indent ([PR #77](https://github.com/ponylang/ponylang-mode/pull/77))

### Added


### Changed


## [0.1.3] - 2020-05-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion ponylang-mode.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; ponylang-mode.el --- A major mode for the Pony programming language
;;
;; Authors: Sean T Allen <[email protected]>
;; Version: 0.1.3
;; Version: 0.1.4
;; URL: https://github.com/ponylang/ponylang-mode
;; Keywords: languages programming
;; Package-Requires: ((dash "2.17.0") (hydra "0.15.0"))
Expand Down
2 changes: 1 addition & 1 deletion ponylang-test.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; ponylang-test.el --- Tests for ponylang-mode
;;
;; Author: Sean T Allen <[email protected]>
;; Version: 0.1.3
;; Version: 0.1.4
;; URL: https://github.com/seantallen/ponylang-mode
;; Keywords: programming
;; Package-Requires: ()
Expand Down

0 comments on commit 4e670dd

Please sign in to comment.