Skip to content

Commit

Permalink
2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Nov 19, 2022
1 parent 77e28e0 commit e2e40ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.27.0] - 2022-11-19
### Added
- Bundle `cljs.math` ([#1078](https://github.com/planck-repl/planck/issues/1078))
- Add support for `:as-alias` ([#1059](https://github.com/planck-repl/planck/issues/1059))
Expand Down Expand Up @@ -904,7 +904,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.26.0...HEAD
[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
[2.24.0]: https://github.com/mfikes/planck/compare/2.23.0...2.24.0
Expand Down
2 changes: 1 addition & 1 deletion planck-c/globals.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Global variables used throughout Planck

#define PLANCK_VERSION "2.26.0"
#define PLANCK_VERSION "2.27.0"

// Configuration

Expand Down
2 changes: 1 addition & 1 deletion planck-man/planck.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\"to render: groff -Tascii -man planck-man/planck.1 > planck.man"
.TH PLANCK 1 "2022 February 12"
.TH PLANCK 1 "2022 November 19"
.SH NAME
plk, planck \- Planck REPL

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject planck "2.26.0"
(defproject planck "2.27.0"
:description "Stand-alone ClojureScript REPL"
:url "https://planck-repl.org"
:scm {:name "git" :url "https://github.com/planck-repl/planck"}
Expand Down

0 comments on commit e2e40ab

Please sign in to comment.