Skip to content

Commit 9952447

Browse files
authored
2.21.0 (#872)
1 parent 886493b commit 9952447

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.21.0] - 2019-02-24
57
### Added
68
- Add `planck.io/exists?`, `planck.io/hidden-file?`, `planck.io/regular-file?`, `planck.io/symbolic-link?` ([#863](https://github.com/planck-repl/planck/issues/863))
79
- Add `planck.io/path-elements`, `planck.io/file-name`
@@ -783,7 +785,8 @@ All notable changes to this project will be documented in this file. This change
783785
### Added
784786
- Initial release.
785787

786-
[Unreleased]: https://github.com/mfikes/planck/compare/2.20.0...HEAD
788+
[Unreleased]: https://github.com/mfikes/planck/compare/2.21.0...HEAD
789+
[2.21.0]: https://github.com/mfikes/planck/compare/2.20.0...2.21.0
787790
[2.20.0]: https://github.com/mfikes/planck/compare/2.19.1...2.20.0
788791
[2.19.0]: https://github.com/mfikes/planck/compare/2.18.1...2.19.0
789792
[2.18.1]: https://github.com/mfikes/planck/compare/2.18.0...2.18.1

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.20.0"
3+
#define PLANCK_VERSION "2.21.0"
44

55
// Configuration
66

0 commit comments

Comments
 (0)