Release 0.9.0

This commit is contained in:
Juho Teperi 2020-01-15 10:30:32 +02:00
parent d70ac1e351
commit 341f1ef1d5
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 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-rc3...v0.9.0-rc4)**
Includes one small improvement, no fixes since rc4.
- Include cursor path in `cursor` assert message ([#472](https://github.com/reagent-project/reagent/pull/472))
## 0.9.0-rc4 (2019-12-17)
**[compare](https://github.com/reagent-project/reagent/compare/v0.9.0-rc3...v0.9.0-rc4)**

View File

@ -1,4 +1,4 @@
(defproject reagent "0.9.0-rc4"
(defproject reagent "0.9.0"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"