From 4e670dd30d5a87d11cb54b3efda2d93758c920d5 Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Thu, 28 May 2020 09:46:24 +0000 Subject: [PATCH] 0.1.4 release --- CHANGELOG.md | 8 +------- ponylang-mode.el | 2 +- ponylang-test.el | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cbc39..1be0ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ponylang-mode.el b/ponylang-mode.el index f702332..b8d7646 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.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")) diff --git a/ponylang-test.el b/ponylang-test.el index 48f43a7..6b0d79b 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.3 +;; Version: 0.1.4 ;; URL: https://github.com/seantallen/ponylang-mode ;; Keywords: programming ;; Package-Requires: ()