Skip to content

Commit

Permalink
Bump snapshot version and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Oct 30, 2015
1 parent 812fe49 commit 4e66b0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...

## [1.0.0] - 2015-10-29

### Added
- Adopt `visit-record` logic from upgrade to fipp 0.6.3.
[brandonbloom/fipp#29](//github.com/brandonbloom/fipp/pull/29)
Expand Down Expand Up @@ -113,7 +117,8 @@ to fipp and Clojure 1.7.
- Maps default to using commas between entries.
- Gave characters a separate syntax element than strings.

[Unreleased]: https://github.com/greglook/puget/compare/0.9.2...HEAD
[Unreleased]: https://github.com/greglook/puget/compare/1.0.0...HEAD
[1.0.0]: https://github.com/greglook/puget/compare/0.9.2...1.0.0
[0.9.2]: https://github.com/greglook/puget/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/greglook/puget/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/greglook/puget/compare/0.8.1...0.9.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mvxcvi/puget "0.10.0-SNAPSHOT"
(defproject mvxcvi/puget "1.1.0-SNAPSHOT"
:description "Colorizing canonical Clojure printer for EDN values."
:url "https://github.com/greglook/puget"
:license {:name "Public Domain"
Expand Down

0 comments on commit 4e66b0b

Please sign in to comment.