Skip to content

Commit

Permalink
2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed May 19, 2019
1 parent 6a33654 commit b7d21da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## [2.23.0] - 2019-05-19
### Added
- Add `planck.io/tty?` ([#911](https://github.com/planck-repl/planck/issues/911))
- Add -keep-gcl option to the clean script
Expand Down Expand Up @@ -825,7 +827,8 @@ All notable changes to this project will be documented in this file. This change
### Added
- Initial release.

[Unreleased]: https://github.com/mfikes/planck/compare/2.22.0...HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.23.0...HEAD
[2.23.0]: https://github.com/mfikes/planck/compare/2.22.0...2.23.0
[2.22.0]: https://github.com/mfikes/planck/compare/2.21.0...2.22.0
[2.21.0]: https://github.com/mfikes/planck/compare/2.20.0...2.21.0
[2.20.0]: https://github.com/mfikes/planck/compare/2.19.1...2.20.0
Expand Down
2 changes: 1 addition & 1 deletion planck-c/globals.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Global variables used throughout Planck

#define PLANCK_VERSION "2.22.0"
#define PLANCK_VERSION "2.23.0"

// Configuration

Expand Down
2 changes: 1 addition & 1 deletion planck-man/planck.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\"to render: groff -Tascii -man planck-man/planck.1 > planck.man"
.TH PLANCK 1 "2019 April 6"
.TH PLANCK 1 "2019 May 19"
.SH NAME
plk, planck \- Planck REPL

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject planck "2.22.0"
(defproject planck "2.23.0"
:description "Stand-alone ClojureScript REPL"
:url "https://planck-repl.org"
:scm {:name "git" :url "https://github.com/planck-repl/planck"}
Expand Down

0 comments on commit b7d21da

Please sign in to comment.