Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Oct 3, 2017
1 parent 1c863a3 commit 20296fb
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.8.0] - 2017-10-03
### Added
- Optimizations for source map loading when first exception is printed.
- Honor `cljs.core/*main-cli-fn*`, calling if set.
Expand Down Expand Up @@ -543,7 +545,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.7.3...HEAD
[Unreleased]: https://github.com/mfikes/planck/compare/2.8.0...HEAD
[2.8.0]: https://github.com/mfikes/planck/compare/2.7.3...2.8.0
[2.7.3]: https://github.com/mfikes/planck/compare/2.7.0...2.7.3
[2.7.0]: https://github.com/mfikes/planck/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/mfikes/planck/compare/2.5.0...2.6.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.7.3"
#define PLANCK_VERSION "2.8.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.7.0
Planck 2.8.0
ClojureScript 1.9.946
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Expand Down

0 comments on commit 20296fb

Please sign in to comment.