Skip to content

Commit

Permalink
2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Mar 22, 2020
1 parent 7356d32 commit 4b61b2a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.25.0] - 2020-03-22
### Added
- Ability to specify prefix and suffix for temp files ([#1005](https://github.com/planck-repl/planck/issues/1005))
- Implement `console.time*` functionality ([#997](https://github.com/planck-repl/planck/issues/997))
Expand Down Expand Up @@ -872,7 +872,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.24.0...HEAD
[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
[2.22.0]: https://github.com/mfikes/planck/compare/2.21.0...2.22.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ sudo script/install -p /usr

# License

Planck™ copyright © 2015–2019 Mike Fikes and Contributors
Planck™ copyright © 2015–2020 Mike Fikes and Contributors

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
2 changes: 1 addition & 1 deletion doc/legal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img width="100" align="right" style="margin: 0ex 1em" src="img/legal.jpg">

Planck™ is copyright © 2015–2019 Mike Fikes and Contributors.
Planck™ is copyright © 2015–2020 Mike Fikes and Contributors.

It is distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

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.24.0"
#define PLANCK_VERSION "2.25.0"

// Configuration

Expand Down
4 changes: 2 additions & 2 deletions 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 "2019 July 25"
.TH PLANCK 1 "2020 March 22"
.SH NAME
plk, planck \- Planck REPL

Expand Down Expand Up @@ -289,7 +289,7 @@ are maintained by Mike Fikes <mike@fikesfarm.com>.

.SH COPYRIGHT

Copyright \(co 2015-2019 Mike Fikes and Contributors.
Copyright \(co 2015-2020 Mike Fikes and Contributors.

Distributed under the Eclipse Public License either
version 1.0 or (at your option) any later version.
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.24.0"
(defproject planck "2.25.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 4b61b2a

Please sign in to comment.