diff --git a/CHANGELOG.md b/CHANGELOG.md index 3227675..f59cc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,12 @@ 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.1] - 2020-05-22 ### Fixed - Fixed melpa recipe format ([PR #52](https://github.com/ponylang/ponylang-mode/pull/52)) -### Added - - -### Changed - - ## [0.1.0] - 2020-05-21 ### Fixed diff --git a/ponylang-mode.el b/ponylang-mode.el index 3578644..8ed3791 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.0 +;; Version: 0.1.1 ;; 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 2e71720..ecaabb2 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.0 +;; Version: 0.1.1 ;; URL: https://github.com/seantallen/ponylang-mode ;; Keywords: programming ;; Package-Requires: ()