Skip to content

Commit

Permalink
2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Apr 7, 2019
1 parent 2db677b commit 56b7471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
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.22.0] - 2019-04-06
### Added
- Add `planck.core/with-in-str` ([#873](https://github.com/planck-repl/planck/issues/873))
- Document `planck.io/resource` ([#487](https://github.com/planck-repl/planck/issues/487))
Expand Down Expand Up @@ -807,7 +809,8 @@ 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.21.0...HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.22.0...HEAD
[2.22.0]: https://github.com/mfikes/planck/compare/2.21.0...2.22.0
[2.21.0]: https://github.com/mfikes/planck/compare/2.20.0...2.21.0
[2.20.0]: https://github.com/mfikes/planck/compare/2.19.1...2.20.0
[2.19.0]: https://github.com/mfikes/planck/compare/2.18.1...2.19.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.21.0"
#define PLANCK_VERSION "2.22.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 "2019 March 9"
.TH PLANCK 1 "2019 April 6"
.SH NAME
plk, planck \- Planck REPL

Expand Down

0 comments on commit 56b7471

Please sign in to comment.