Skip to content

Commit

Permalink
Release 4.3.1560
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jan 22, 2024
1 parent c5a72b1 commit 77acb3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In one swift, skilled motion, Quil throws them both high into the air. In a dust

Quil works with Clojure 1.10 and ClojureScript 1.10.x.

Current released version `4.3.1323` is compatible JDK 17+ and supports Linux amd64,aarch64 and macOS M1/M2/x86_64 architectures.
Current released version `4.3.1560` is compatible JDK 17+ and supports Linux amd64,aarch64 and macOS M1/M2/x86_64 architectures.

## Installation

Expand All @@ -36,13 +36,13 @@ There are also `deps-new` templates available for creating a [sketchbook](https:
If you like adding libraries manually - you simply need to add Quil as a dependency to `project.clj`:

```clojure
[quil "4.3.1323"]
[quil "4.3.1560"]
```

or for Clojure CLI `deps.edn`

```clojure
quil/quil {:mvn/version "4.3.1323"}
quil/quil {:mvn/version "4.3.1560"}
```

Then to pull in all of Quil's silky goodness, just add the following to your `ns` declaration:
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

## 4.3.1560
__21st January 2024__

* Document [release](docs/release.md) process [#409](https://github.com/quil/quil/pull/409)
* Automatic format check and clj-kondo linting for tests [#408](https://github.com/quil/quil/pull/408)
* Improve testing documentation [#407](https://github.com/quil/quil/pull/407)
Expand Down
4 changes: 2 additions & 2 deletions build/template-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>quil</groupId>
<artifactId>quil</artifactId>
<version>4.3.1323</version>
<version>4.3.1560</version>
<name>quil</name>
<licenses>
<license>
Expand All @@ -16,7 +16,7 @@
<url>https://github.com/quil/quil</url>
<connection>scm:git:https://github.com/quil/quil.git</connection>
<developerConnection>scm:git:ssh:git@github.com/quil/quil.git</developerConnection>
<tag>v4.3.1323</tag>
<tag>v4.3.1560</tag>
</scm>
<dependencies>
<!-- all deps are baked into the jar -->
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 "4.3.1323"
(defproject quil "4.3.1560"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"

Expand Down

0 comments on commit 77acb3e

Please sign in to comment.