Skip to content

Commit b7d21da

Browse files
committed
2.23.0
1 parent 6a33654 commit b7d21da

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

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

828-
[Unreleased]: https://github.com/mfikes/planck/compare/2.22.0...HEAD
830+
[Unreleased]: https://github.com/mfikes/planck/compare/2.23.0...HEAD
831+
[2.23.0]: https://github.com/mfikes/planck/compare/2.22.0...2.23.0
829832
[2.22.0]: https://github.com/mfikes/planck/compare/2.21.0...2.22.0
830833
[2.21.0]: https://github.com/mfikes/planck/compare/2.20.0...2.21.0
831834
[2.20.0]: https://github.com/mfikes/planck/compare/2.19.1...2.20.0

planck-c/globals.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Global variables used throughout Planck
22

3-
#define PLANCK_VERSION "2.22.0"
3+
#define PLANCK_VERSION "2.23.0"
44

55
// Configuration
66

planck-man/planck.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\"to render: groff -Tascii -man planck-man/planck.1 > planck.man"
2-
.TH PLANCK 1 "2019 April 6"
2+
.TH PLANCK 1 "2019 May 19"
33
.SH NAME
44
plk, planck \- Planck REPL
55

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject planck "2.22.0"
1+
(defproject planck "2.23.0"
22
:description "Stand-alone ClojureScript REPL"
33
:url "https://planck-repl.org"
44
:scm {:name "git" :url "https://github.com/planck-repl/planck"}

0 commit comments

Comments
 (0)