From 96c184783f273bae6874d163c60701d7f148423c Mon Sep 17 00:00:00 2001 From: Ponylang Main Bot Date: Fri, 3 Jul 2020 10:26:52 +0000 Subject: [PATCH] 0.5.2 release --- CHANGELOG.md | 2 +- ponylang-mode.el | 2 +- ponylang-test.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b30b5c..372248d 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.5.2] - 2020-07-03 ### Fixed diff --git a/ponylang-mode.el b/ponylang-mode.el index 32ee5bc..8eac0e0 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.5.1 +;; Version: 0.5.2 ;; 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")) diff --git a/ponylang-test.el b/ponylang-test.el index 4d58cbb..1eb25f9 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.5.1 +;; Version: 0.5.2 ;; URL: https://github.com/seantallen/ponylang-mode ;; Keywords: programming ;; Package-Requires: ()