Skip to content

Commit 27cf55c

Browse files
committed
Update CHANGELOG and bump Puget
1 parent 63488cd commit 27cf55c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
## Added
44

5-
## Fixed
5+
- Print `#uuid` and `#inst` similarly to how the Clojure printer handles them. This handles `java.util.Date`, `java.util.GregorianCalendar`, `java.sql.Timestamp`, `java.util.UUID`. (by [Nate Smith](https://github.com/nwjsmith))
66

77
## Changed
88

9+
- mvxcvi/puget {:mvn/version "1.1.1"} -> {:mvn/version "1.1.2"}
10+
911
# 0.0-35 (2019-03-31 / 3b2ad04)
1012

1113
## Fixed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src" "test"]
22
:deps {org.clojure/clojure {:mvn/version "1.10.0"}
3-
mvxcvi/puget {:mvn/version "1.1.1"}
3+
mvxcvi/puget {:mvn/version "1.1.2"}
44
fipp {:mvn/version "0.6.17"}
55
org.clojure/core.rrb-vector {:mvn/version "0.0.14"}
66
tech.droit/clj-diff {:mvn/version "1.0.1"}
@@ -11,5 +11,5 @@
1111
{}
1212

1313
:test
14-
{:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-389"}
14+
{:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-413"}
1515
org.clojure/test.check {:mvn/version "0.10.0-alpha4"}}}}}

0 commit comments

Comments
 (0)