Skip to content

Commit

Permalink
Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Sep 27, 2017
1 parent 6d91690 commit 997006c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ You might also be interested in:

## Install

Add `[optimus "0.20.0"]` to `:dependencies` in your `project.clj`.
Add `[optimus "0.20.1"]` to `:dependencies` in your `project.clj`.

Please note that this project uses
[Semantic Versioning](http://semver.org/). As long as we're on a `0`
Expand Down Expand Up @@ -690,6 +690,10 @@ changes to Optimus itself.
There were breaking changes in `0.16`, `0.17` and `0.19`. If you're upgrading,
you might want to [read more about them](breaking-changes.md).

#### From 0.20.0 to 0.20.1

- Allow for spaces in url( ... ) in CSS

#### From 0.19.0 to 0.20

- Use a fixed version of clj-v8 that does not crash when starting two processes
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject optimus "0.20.0"
(defproject optimus "0.20.1"
:description "A Ring middleware for frontend performance optimization."
:url "http://github.com/magnars/optimus"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 997006c

Please sign in to comment.