From a93976507b5a2ab598d7298ffe949207f6d35c9d Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Sun, 24 Mar 2024 09:15:21 -0400 Subject: [PATCH] 2.28.0 (#1106) --- CHANGELOG.md | 3 ++- planck-c/globals.h | 2 +- planck-man/planck.1 | 2 +- project.clj | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59473a2f..5037436b 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.28.0] - 2024-03-24 ### Changed - Update to ClojureScript 1.11.132 ([#1102](https://github.com/planck-repl/planck/issues/1102)) @@ -908,6 +908,7 @@ All notable changes to this project will be documented in this file. This change ### Added - Initial release. +[2.28.0]: https://github.com/mfikes/planck/compare/2.27.0...2.28.0 [2.27.0]: https://github.com/mfikes/planck/compare/2.26.0...2.27.0 [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 diff --git a/planck-c/globals.h b/planck-c/globals.h index 8e02e5b5..509ae349 100644 --- a/planck-c/globals.h +++ b/planck-c/globals.h @@ -1,6 +1,6 @@ // Global variables used throughout Planck -#define PLANCK_VERSION "2.27.0" +#define PLANCK_VERSION "2.28.0" // Configuration diff --git a/planck-man/planck.1 b/planck-man/planck.1 index f2cf4bde..74a4138e 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 November 19" +.TH PLANCK 1 "2024 March 24" .SH NAME plk, planck \- Planck REPL diff --git a/project.clj b/project.clj index d7421024..368e88c5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject planck "2.27.0" +(defproject planck "2.28.0" :description "Stand-alone ClojureScript REPL" :url "https://planck-repl.org" :scm {:name "git" :url "https://github.com/planck-repl/planck"}