Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Dec 8, 2017
1 parent eff95f3 commit 356ac72
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.10.0] - 2017-12-07
### Added
- Site docs for `--fn-invoke-direct` ([#547](https://github.com/mfikes/planck/issues/547))
- Implement http put, patch, delete, head ([#548](https://github.com/mfikes/planck/issues/548))
Expand Down Expand Up @@ -589,7 +591,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.9.0...HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.10.0...HEAD
[2.10.0]: https://github.com/mfikes/planck/compare/2.9.0...2.10.0
[2.9.0]: https://github.com/mfikes/planck/compare/2.8.1...2.9.0
[2.8.1]: https://github.com/mfikes/planck/compare/2.8.0...2.8.1
[2.8.0]: https://github.com/mfikes/planck/compare/2.7.3...2.8.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.9.0"
#define PLANCK_VERSION "2.10.0"

#define EXIT_SUCCESS_INTERNAL -257

Expand Down
2 changes: 1 addition & 1 deletion site/src/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ If you don't provide any `-i` or `-e` options or args to `planck` when launching

```
$ planck
Planck 2.9.0
Planck 2.10.0
ClojureScript 1.9.946
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Expand Down

0 comments on commit 356ac72

Please sign in to comment.