Skip to content

Commit

Permalink
Update versioneye badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Look committed Oct 20, 2015
1 parent fd44edc commit bdb19f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Release Notes

This page documents the high-level changes in each release of Puget.

## 0.9.2 (2015-10-20)

- Add `printer/unknown-handler` and improve rendering of unknown types.
- Add print handlers for class and function values.
- Line-break tagged literals when the form is a collection.

## 0.9.1 (2015-10-17)

- Improve `chained-lookup` logic to remove nil dispatch entries.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Puget

[![Build Status](https://travis-ci.org/greglook/puget.svg?branch=master)](https://travis-ci.org/greglook/puget)
[![Coverage Status](https://coveralls.io/repos/greglook/puget/badge.png?branch=master)](https://coveralls.io/r/greglook/puget?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/53718bfb14c1589a89000144/badge.png?style=flat)](https://www.versioneye.com/clojure/mvxcvi:puget)
[![Dependency Status](https://www.versioneye.com/clojure/mvxcvi:puget/badge.svg)](https://www.versioneye.com/clojure/mvxcvi:puget)
[![API codox](http://b.repl.ca/v1/doc-API-blue.png)](https://greglook.github.io/puget/api/)
[![marginalia docs](http://b.repl.ca/v1/doc-marginalia-blue.png)](https://greglook.github.io/puget/marginalia/uberdoc.html)

Expand Down

0 comments on commit bdb19f4

Please sign in to comment.