Skip to content

Commit

Permalink
2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Oct 13, 2018
1 parent bf6f7ea commit b898715
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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.18.0] - 2018-10-13
### Added
- Add support for tagged literals ([#517](https://github.com/mfikes/planck/issues/517))
- `doc` for spec-registered keywords
Expand Down Expand Up @@ -737,7 +739,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.17.0...HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.18.0...HEAD
[2.18.0]: https://github.com/mfikes/planck/compare/2.17.0...2.18.0
[2.17.0]: https://github.com/mfikes/planck/compare/2.16.0...2.17.0
[2.16.0]: https://github.com/mfikes/planck/compare/2.15.0...2.16.0
[2.15.0]: https://github.com/mfikes/planck/compare/2.14.0...2.15.0
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -52,6 +52,9 @@ Many of the familiar functions and macros unique to Clojure have been ported:

[eval](http://planck-repl.org/planck-core.html#eval),
[file-seq](http://planck-repl.org/planck-core.html#file-seq),
[find-var](http://planck-repl.org/planck-core.html#find-var),
[load-reader](http://planck-repl.org/planck-core.html#line-reader),
[load-string](http://planck-repl.org/planck-core.html#line-string),
[line-seq](http://planck-repl.org/planck-core.html#line-seq),
[intern](http://planck-repl.org/planck-core.html#intern),
[ns-resolve](http://planck-repl.org/planck-core.html#ns-resolve),
Expand Down
2 changes: 1 addition & 1 deletion planck-c/globals.h
@@ -1,6 +1,6 @@
// Global variables used throughout Planck

#define PLANCK_VERSION "2.17.0"
#define PLANCK_VERSION "2.18.0"

// Configuration

Expand Down

0 comments on commit b898715

Please sign in to comment.