From 307d10e543a45cddfdc7689efb86cfb14ab32d57 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Wed, 15 Jan 2020 11:54:13 +0200 Subject: [PATCH] Release 0.9.1 to fix the package --- CHANGELOG.md | 6 ++++++ project.clj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44aa4a7..c9bfb57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog +## 0.9.1 (2020-01-15) + +Removed broken untracked files from the package. + ## 0.9.0 (2020-01-15) **[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...v0.9.0)** **[compare against rc4](https://github.com/reagent-project/reagent/compare/v0.9.0-rc4...v0.9.0)** +**Package includes broken files** + Includes one small improvement, no fixes since rc4. - Include cursor path in `cursor` assert message ([#472](https://github.com/reagent-project/reagent/pull/472)) diff --git a/project.clj b/project.clj index b73a6da..0833fd6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject reagent "0.9.0" +(defproject reagent "0.9.1" :url "http://github.com/reagent-project/reagent" :license {:name "MIT"} :description "A simple ClojureScript interface to React"