Skip to content

Commit

Permalink
0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jun 28, 2020
1 parent ed292c3 commit afff992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +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.5.1] - 2020-06-28

### Fixed

- Fixed match indent ([PR #126](https://github.com/ponylang/ponylang-mode/pull/126))
- Fixed type alias highlighting ([PR #130](https://github.com/ponylang/ponylang-mode/pull/130))

### Added


### Changed

- No prompt for ctags update ([PR #124](https://github.com/ponylang/ponylang-mode/pull/124))
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.5.0
;; Version: 0.5.1
;; URL: https://github.com/ponylang/ponylang-mode
;; Keywords: languages programming
;; Package-Requires: ((dash "2.17.0") (hydra "0.15.0") (hl-todo "3.1.2") (yafolding "0.4.1") (rainbow-delimiters "2.1.4") (fill-column-indicator "1.90"))
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.5.0
;; Version: 0.5.1
;; URL: https://github.com/seantallen/ponylang-mode
;; Keywords: programming
;; Package-Requires: ()
Expand Down

0 comments on commit afff992

Please sign in to comment.