Skip to content

Commit f4ebaea

Browse files
committed
Cut version 0.19.3
1 parent 516b8b6 commit f4ebaea

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,22 @@ In `net.cgrand.xforms.io`:
3535

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

38-
## Usage
38+
## Add as a dependency
39+
40+
### tools.deps
41+
42+
See the [Releases](/releases) page for coordinates.
3943

40-
Add this dependency to your project:
44+
### Leiningen
45+
46+
**Note that as of the writing of this, 0.19.3 (and perhaps later versions) are not yet published as jars**
4147

4248
```clj
4349
[net.cgrand/xforms "0.19.2"]
4450
```
4551

52+
## Usage
53+
4654
```clj
4755
=> (require '[net.cgrand.xforms :as x])
4856
```
@@ -232,7 +240,7 @@ Evaluation count : 24 in 6 samples of 4 calls.
232240

233241
## Changelog
234242

235-
### Unreleased
243+
### 0.19.3
236244

237245
* Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries)
238246
* Bump `macrovich` to make Clojure and ClojureScript provided dependencies #34

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject net.cgrand/xforms "0.19.3-SNAPSHOT"
1+
(defproject net.cgrand/xforms "0.19.3"
22
:description "Extra transducers for Clojure"
33
:url "https://github.com/cgrand/xforms"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)