Release 0.9.0-rc1

This commit is contained in:
Juho Teperi 2019-09-10 13:03:49 +03:00
parent 470a101095
commit bdc3fc063c
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Changelog
## Unreleased
## 0.9.0-rc1 (2019-09-10)
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...master)**
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...v0.9.0-rc1)**
- Default to React 16.9
- Fix using `with-let` macro in namespaces with `*warn-on-infer*` enabled ([#420](https://github.com/reagent-project/reagent/issues/420))

View File

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