Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ponylang-main committed Jun 12, 2020
1 parent 92768ad commit 8ecaec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### Fixed

## [0.3.0] - 2020-06-12

### Added

- Added playground support ([PR #98](https://github.com/ponylang/ponylang-mode/pull/98))

### Changed


## [0.2.1] - 2020-06-12

### Fixed
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.2.1
;; Version: 0.3.0
;; URL: https://github.com/ponylang/ponylang-mode
;; Keywords: languages programming
;; Package-Requires: ((dash "2.17.0") (hydra "0.15.0"))
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.2.1
;; Version: 0.3.0
;; URL: https://github.com/seantallen/ponylang-mode
;; Keywords: programming
;; Package-Requires: ()
Expand Down

0 comments on commit 8ecaec4

Please sign in to comment.