Skip to content

Commit 2838cd1

Browse files
authored
2.26.0 (#1083)
1 parent 9fe5743 commit 2838cd1

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.26.0] - 2022-02-12
55
### Changed
66
- Update to ClojureScript 1.10.914 ([#1028](https://github.com/planck-repl/planck/issues/1028))
77
- Update to `test.check` 1.1.1 ([#1062](https://github.com/planck-repl/planck/issues/1062))
@@ -892,7 +892,7 @@ All notable changes to this project will be documented in this file. This change
892892
### Added
893893
- Initial release.
894894

895-
[Unreleased]: https://github.com/mfikes/planck/compare/2.25.0...HEAD
895+
[2.26.0]: https://github.com/mfikes/planck/compare/2.25.0...2.26.0
896896
[2.25.0]: https://github.com/mfikes/planck/compare/2.24.0...2.25.0
897897
[2.24.0]: https://github.com/mfikes/planck/compare/2.23.0...2.24.0
898898
[2.23.0]: https://github.com/mfikes/planck/compare/2.22.0...2.23.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.25.0"
3+
#define PLANCK_VERSION "2.26.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 "2022 January 30"
2+
.TH PLANCK 1 "2022 February 12"
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.25.0"
1+
(defproject planck "2.26.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)