Release 0.9.1 to fix the package

This commit is contained in:
Juho Teperi 2020-01-15 11:54:13 +02:00
parent 40e1ca306b
commit 307d10e543
2 changed files with 7 additions and 1 deletions

View File

@ -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))

View File

@ -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"