Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeloglazov committed Apr 1, 2019
1 parent 11b133d commit 07a4424
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 29,7 @@ Then go to `hello-quil/src/hello-quil/core.clj` file and run it!
If you like adding libraries manually - you simply need to add Quil as a dependency to `project.clj`:

```clojure
[quil "2.8.0"]
[quil "3.0.0"]
```

Then to pull in all of Quil's silky goodness, just add the following to your `ns` declaration:
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
## 3.0.0
__TODO__
_1st April 2019_

* Switched from ProcessingJS to p5js as backend for ClojureScript version by [@anthonygalea](http://github.com/anthonygalea). A lot of changes in cljs API, see [spreadsheet](https://docs.google.com/spreadsheets/d/1LlXS5DuMgSZpV5LSwvmYzSr5Tpm8UUxwfsuSAsDSamE/edit?usp=sharing).
* Switched from ProcessingJS to p5js as backend for ClojureScript version. By [@anthonygalea](http://github.com/anthonygalea). A lot of changes in cljs API, see [spreadsheet](https://docs.google.com/spreadsheets/d/1LlXS5DuMgSZpV5LSwvmYzSr5Tpm8UUxwfsuSAsDSamE/edit?usp=sharing).
* ClojureScript sketches have to be created using `<div>` instead of `<canvas>` due to p5js migration.
* Removed `:global-key-events` feature as it's global by default now.
* Fix space-as-keyword functionality. Issue [#232](https://github.com/quil/quil/issues/262) by [@tkocmathla](https://github.com/tkocmathla).
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
(defproject quil "3.0.0-SNAPSHOT"
(defproject quil "3.0.0"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"

Expand Down

0 comments on commit 07a4424

Please sign in to comment.