Skip to content

Commit

Permalink
Cut version 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imrekoszo committed Aug 1, 2022
1 parent 516b8b6 commit f4ebaea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,22 @@ In `net.cgrand.xforms.io`:

**Note:** it should always be safe to update to the latest xforms version; short of bugfixes, breaking changes are avoided.

## Usage
## Add as a dependency

### tools.deps

See the [Releases](/releases) page for coordinates.

Add this dependency to your project:
### Leiningen

**Note that as of the writing of this, 0.19.3 (and perhaps later versions) are not yet published as jars**

```clj
[net.cgrand/xforms "0.19.2"]
```

## Usage

```clj
=> (require '[net.cgrand.xforms :as x])
```
Expand Down Expand Up @@ -232,7 +240,7 @@ Evaluation count : 24 in 6 samples of 4 calls.

## Changelog

### Unreleased
### 0.19.3

* Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries)
* Bump `macrovich` to make Clojure and ClojureScript provided dependencies #34
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 net.cgrand/xforms "0.19.3-SNAPSHOT"
(defproject net.cgrand/xforms "0.19.3"
:description "Extra transducers for Clojure"
:url "https://github.com/cgrand/xforms"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f4ebaea

Please sign in to comment.