diff --git a/CHANGELOG.md b/CHANGELOG.md index db08f80d..69658334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log 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.26.0] - 2022-02-12 ### Changed - Update to ClojureScript 1.10.914 ([#1028](https://github.com/planck-repl/planck/issues/1028)) - 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 ### Added - Initial release. -[Unreleased]: https://github.com/mfikes/planck/compare/2.25.0...HEAD +[2.26.0]: https://github.com/mfikes/planck/compare/2.25.0...2.26.0 [2.25.0]: https://github.com/mfikes/planck/compare/2.24.0...2.25.0 [2.24.0]: https://github.com/mfikes/planck/compare/2.23.0...2.24.0 [2.23.0]: https://github.com/mfikes/planck/compare/2.22.0...2.23.0 diff --git a/planck-c/globals.h b/planck-c/globals.h index e040856b..c9c69c86 100644 --- a/planck-c/globals.h +++ b/planck-c/globals.h @@ -1,6 +1,6 @@ // Global variables used throughout Planck -#define PLANCK_VERSION "2.25.0" +#define PLANCK_VERSION "2.26.0" // Configuration diff --git a/planck-man/planck.1 b/planck-man/planck.1 index 2a328766..f57ecd93 100644 --- a/planck-man/planck.1 +++ b/planck-man/planck.1 @@ -1,5 +1,5 @@ .\"to render: groff -Tascii -man planck-man/planck.1 > planck.man" -.TH PLANCK 1 "2022 January 30" +.TH PLANCK 1 "2022 February 12" .SH NAME plk, planck \- Planck REPL diff --git a/project.clj b/project.clj index 91485b4f..2461a420 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject planck "2.25.0" +(defproject planck "2.26.0" :description "Stand-alone ClojureScript REPL" :url "https://planck-repl.org" :scm {:name "git" :url "https://github.com/planck-repl/planck"}