Skip to content

Commit a939765

Browse files
authored
2.28.0 (#1106)
1 parent 9e0d9d2 commit a939765

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.28.0] - 2024-03-24
55
### Changed
66
- Update to ClojureScript 1.11.132 ([#1102](https://github.com/planck-repl/planck/issues/1102))
77

@@ -908,6 +908,7 @@ All notable changes to this project will be documented in this file. This change
908908
### Added
909909
- Initial release.
910910

911+
[2.28.0]: https://github.com/mfikes/planck/compare/2.27.0...2.28.0
911912
[2.27.0]: https://github.com/mfikes/planck/compare/2.26.0...2.27.0
912913
[2.26.0]: https://github.com/mfikes/planck/compare/2.25.0...2.26.0
913914
[2.25.0]: https://github.com/mfikes/planck/compare/2.24.0...2.25.0

planck-c/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Global variables used throughout Planck
22

3-
#define PLANCK_VERSION "2.27.0"
3+
#define PLANCK_VERSION "2.28.0"
44

55
// Configuration
66

planck-man/planck.1

Lines changed: 1 addition & 1 deletion
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 November 19"
2+
.TH PLANCK 1 "2024 March 24"
33
.SH NAME
44
plk, planck \- Planck REPL
55

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject planck "2.27.0"
1+
(defproject planck "2.28.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)