Skip to content

Commit

Permalink
2.21.0 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Feb 24, 2019
1 parent 886493b commit 9952447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.21.0] - 2019-02-24
### Added
- 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))
- Add `planck.io/path-elements`, `planck.io/file-name`
Expand Down Expand Up @@ -783,7 +785,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.20.0...HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.21.0...HEAD
[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
[2.18.1]: https://github.com/mfikes/planck/compare/2.18.0...2.18.1
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.20.0"
#define PLANCK_VERSION "2.21.0"

// Configuration

Expand Down

0 comments on commit 9952447

Please sign in to comment.