Skip to content

Commit 56b7471

Browse files
committed
2.22.0
1 parent 2db677b commit 56b7471

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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

44
## [Unreleased]
5+
6+
## [2.22.0] - 2019-04-06
57
### Added
68
- Add `planck.core/with-in-str` ([#873](https://github.com/planck-repl/planck/issues/873))
79
- Document `planck.io/resource` ([#487](https://github.com/planck-repl/planck/issues/487))
@@ -807,7 +809,8 @@ All notable changes to this project will be documented in this file. This change
807809
### Added
808810
- Initial release.
809811

810-
[Unreleased]: https://github.com/mfikes/planck/compare/2.21.0...HEAD
812+
[Unreleased]: https://github.com/mfikes/planck/compare/2.22.0...HEAD
813+
[2.22.0]: https://github.com/mfikes/planck/compare/2.21.0...2.22.0
811814
[2.21.0]: https://github.com/mfikes/planck/compare/2.20.0...2.21.0
812815
[2.20.0]: https://github.com/mfikes/planck/compare/2.19.1...2.20.0
813816
[2.19.0]: https://github.com/mfikes/planck/compare/2.18.1...2.19.0

planck-c/globals.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Global variables used throughout Planck
22

3-
#define PLANCK_VERSION "2.21.0"
3+
#define PLANCK_VERSION "2.22.0"
44

55
// Configuration
66

planck-man/planck.1

+1-1
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 "2019 March 9"
2+
.TH PLANCK 1 "2019 April 6"
33
.SH NAME
44
plk, planck \- Planck REPL
55

0 commit comments

Comments
 (0)