File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,22 @@ In `net.cgrand.xforms.io`:
35
35
36
36
** Note:** it should always be safe to update to the latest xforms version; short of bugfixes, breaking changes are avoided.
37
37
38
- ## Usage
38
+ ## Add as a dependency
39
+
40
+ ### tools.deps
41
+
42
+ See the [ Releases] ( /releases ) page for coordinates.
39
43
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**
41
47
42
48
``` clj
43
49
[net.cgrand/xforms " 0.19.2" ]
44
50
```
45
51
52
+ ## Usage
53
+
46
54
``` clj
47
55
=> (require '[net.cgrand.xforms :as x])
48
56
```
@@ -232,7 +240,7 @@ Evaluation count : 24 in 6 samples of 4 calls.
232
240
233
241
## Changelog
234
242
235
- ### Unreleased
243
+ ### 0.19.3
236
244
237
245
* Add ` deps.edn ` to enable usage as a [ git library] ( https://clojure.org/guides/deps_and_cli#_using_git_libraries )
238
246
* Bump ` macrovich ` to make Clojure and ClojureScript provided dependencies #34
Original file line number Diff line number Diff line change 1
- (defproject net.cgrand /xforms " 0.19.3-SNAPSHOT "
1
+ (defproject net.cgrand /xforms " 0.19.3"
2
2
:description " Extra transducers for Clojure"
3
3
:url " https://github.com/cgrand/xforms"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments