Skip to content

Commit 6a939bf

Browse files
authored
2.24.0 (#1000)
1 parent a21fbdc commit 6a939bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
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

4-
## [Unreleased]
4+
## [2.24.0] - 2019-07-25
55
### Added
66
- Native temp file and dir facilities ([#934](https://github.com/planck-repl/planck/issues/934))
77
- Ability to open i/o streams on URI and JAR resources ([#947](https://github.com/planck-repl/planck/issues/947))
@@ -857,7 +857,7 @@ All notable changes to this project will be documented in this file. This change
857857
### Added
858858
- Initial release.
859859

860-
[Unreleased]: https://github.com/mfikes/planck/compare/2.23.0...HEAD
860+
[2.24.0]: https://github.com/mfikes/planck/compare/2.23.0...2.24.0
861861
[2.23.0]: https://github.com/mfikes/planck/compare/2.22.0...2.23.0
862862
[2.22.0]: https://github.com/mfikes/planck/compare/2.21.0...2.22.0
863863
[2.21.0]: https://github.com/mfikes/planck/compare/2.20.0...2.21.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.23.0"
3+
#define PLANCK_VERSION "2.24.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 May 19"
2+
.TH PLANCK 1 "2019 July 25"
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.23.0"
1+
(defproject planck "2.24.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)