From be2047a0577e2e0e013d2959ca36dbefbc1d5cca Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Sat, 10 Aug 2019 14:13:25 +0900 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 5 ++++- project.clj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a2d4e..2e4b3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ 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] + +## [0.1.1] - 2019-08-10 ### Fixed - [Update Fipp to 0.6.18](https://github.com/athos/Pinpointer/commit/ac4adf16aa232df23177b7608fec03f7d0fc9c54) to support JDK11+ ## 0.1.0 - 2017-12-10 - First released. -[Unreleased]: https://github.com/athos/pinpointer/compare/0.1.0...HEAD +[Unreleased]: https://github.com/athos/pinpointer/compare/0.1.1...HEAD +[0.1.1]: https://github.com/athos/pinpointer/compare/0.1.0...0.1.1 diff --git a/project.clj b/project.clj index 396fe82..5a11253 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pinpointer "0.1.1-SNAPSHOT" +(defproject pinpointer "0.1.1" :description "Pinpointer is yet another spec error reporter based on a precise error analysis" :url "https://github.com/athos/Pinpointer" :license {:name "Eclipse Public License"