Skip to content

Commit

Permalink
Set release version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jun 2, 2020
1 parent b3eaedd commit b95611d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,17 +9,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).

...


## [2.2.1] - 2020-06-01

### Changed
- Upgrade puget to 1.3.1.


## [2.2.0] - 2019-10-11

### Changed
- Upgrade puget to 1.2.0 to fix a few issues.
- Remove dependency on `org.clojure/data.codec`.


## [2.1.1] - 2019-03-18

### Changed
- Upgrade puget to 1.1.1 for a ~3x speedup sorting complex collections.


## [2.1.0] - 2019-03-01

### Fixed
Expand All @@ -30,6 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
whidbey's generated profile.
[#21](//github.com/greglook/whidbey/issues/21)


## [2.0.0] - 2018-12-16

This is a major version bump to switch between `org.clojure/tools.nrepl` and the
Expand All @@ -46,22 +56,26 @@ higher to get the right nREPL version.
- Whidbey uses the new nREPL `:printer` framework and respects per-message
`:print-options` overrides.


## [1.3.1] - 2016-10-07

### Changed
- Upgrade `mvxcvi/puget` to 1.0.1


## [1.3.0] - 2015-11-03

### Changed
- Change from `:print-handlers` to `:tag-types` using nested maps. This makes
Leiningen profile config more composable since maps are recursively merged.


## [1.2.0] - 2015-10-29

### Changed
- Upgrade Puget to 1.0.0.


## [1.1.1] - 2015-10-20

### Changed
Expand All @@ -70,13 +84,15 @@ higher to get the right nREPL version.
### Fixed
- Use `puget/unknown-handler` for escaped types instead of `pr-handler`.


## [1.1.0] - 2015-10-18

### Changed
- Upgrade Puget to 0.9.1.
- Keep a `PrettyPrinter` record instead of a raw options map.
- Update to use new Puget print-handler logic.


## [1.0.0] - 2015-04-26

First "stable" release!
Expand All @@ -85,6 +101,7 @@ First "stable" release!
- Upgrade Puget to 0.8.1.
- Use new Leiningen `:repl` metadata logic to load plugin profile.


## [0.6.0] - 2015-03-11

### Added
Expand All @@ -98,27 +115,32 @@ First "stable" release!
### Fixed
- Remove side-effects from loading `render-values` namespace.


## [0.5.1] - 2015-02-28

### Changed
- Upgrade Puget to 0.7.1.


## [0.5.0] - 2015-02-11

### Changed
- Upgrade Puget to 0.7.0.
- Upgrade tools.nrepl to 0.2.7.


## [0.4.2] - 2014-12-28

### Changed
- Upgrade Puget to 0.6.6.


## [0.4.1] - 2014-10-14

### Changed
- Upgrade tools.nrepl to 0.2.6.


## [0.4.0] - 2014-10-13

### Changed
Expand All @@ -129,12 +151,14 @@ First "stable" release!
- Prevent nREPL's built-in `pr-values` middleware from causing problems by
replacing it with `identity`.


## [0.3.3] - 2014-09-23

### Added
- Allow coloring to be disabled via `:puget-options`.
[#9](//github.com/greglook/whidbey/issues/9)


## [0.3.2] - 2014-06-26

### Added
Expand All @@ -143,6 +167,7 @@ First "stable" release!
### Changed
- Assume `puget.printer/cprint-str` as the rendering function.


## [0.2.2] - 2014-06-19

### Changed
Expand All @@ -151,13 +176,15 @@ First "stable" release!
### Fixed
- Fix issue when user had existing `:repl` profile customizations.


## [0.2.0] - 2014-05-14

### Added
- Add `whidbey.plugin` namespace to automatically enable rendering in Leiningen
`repl` tasks.

[Unreleased]: https://github.com/greglook/whidbey/compare/2.2.0...HEAD
[Unreleased]: https://github.com/greglook/whidbey/compare/2.2.1...HEAD
[2.2.1]: https://github.com/greglook/whidbey/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/greglook/whidbey/compare/2.1.1...2.2.0
[2.1.1]: https://github.com/greglook/whidbey/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/greglook/whidbey/compare/2.0.0...2.1.0
Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject mvxcvi/whidbey "2.2.1-SNAPSHOT"
(defproject mvxcvi/whidbey "2.2.1"
:description "nREPL middleware to allow arbitrary value rendering."
:url "https://github.com/greglook/whidbey"
:license {:name "Public Domain"
Expand All @@ -9,4 +9,4 @@
:min-lein-version "2.8.2"

:dependencies
[[mvxcvi/puget "1.2.0"]])
[[mvxcvi/puget "1.3.1"]])

0 comments on commit b95611d

Please sign in to comment.