diff --git a/CHANGELOG.md b/CHANGELOG.md index affba53..329a4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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.2] - 2020-05-26 ### Fixed @@ -17,9 +17,6 @@ All notable changes to this project will be documented in this file. This projec - Added numeric literals highlighting ([PR #63](https://github.com/ponylang/ponylang-mode/pull/63)) - Added operators highlighting ([PR #64](https://github.com/ponylang/ponylang-mode/pull/64)) -### Changed - - ## [0.1.1] - 2020-05-22 ### Fixed diff --git a/ponylang-mode.el b/ponylang-mode.el index 88020f0..2310570 100644 --- a/ponylang-mode.el +++ b/ponylang-mode.el @@ -1,7 +1,7 @@ ;;; ponylang-mode.el --- A major mode for the Pony programming language ;; ;; Authors: Sean T Allen -;; Version: 0.1.1 +;; Version: 0.1.2 ;; URL: https://github.com/ponylang/ponylang-mode ;; Keywords: languages programming ;; Package-Requires: ((dash "2.17.0") (hydra "0.15.0")) diff --git a/ponylang-test.el b/ponylang-test.el index f82d2ea..488962e 100644 --- a/ponylang-test.el +++ b/ponylang-test.el @@ -1,7 +1,7 @@ ;;; ponylang-test.el --- Tests for ponylang-mode ;; ;; Author: Sean T Allen -;; Version: 0.1.1 +;; Version: 0.1.2 ;; URL: https://github.com/seantallen/ponylang-mode ;; Keywords: programming ;; Package-Requires: ()