Cut version 0.19.3
This commit is contained in:
parent
516b8b6306
commit
f4ebaea156
2 changed files with 12 additions and 4 deletions
14
README.md
14
README.md
|
|
@ -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.
|
**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
|
||||||
|
|
||||||
Add this dependency to your project:
|
### tools.deps
|
||||||
|
|
||||||
|
See the [Releases](/releases) page for coordinates.
|
||||||
|
|
||||||
|
### Leiningen
|
||||||
|
|
||||||
|
**Note that as of the writing of this, 0.19.3 (and perhaps later versions) are not yet published as jars**
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
[net.cgrand/xforms "0.19.2"]
|
[net.cgrand/xforms "0.19.2"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
=> (require '[net.cgrand.xforms :as x])
|
=> (require '[net.cgrand.xforms :as x])
|
||||||
```
|
```
|
||||||
|
|
@ -232,7 +240,7 @@ Evaluation count : 24 in 6 samples of 4 calls.
|
||||||
|
|
||||||
## Changelog
|
## 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)
|
* 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
|
* Bump `macrovich` to make Clojure and ClojureScript provided dependencies #34
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject net.cgrand/xforms "0.19.3-SNAPSHOT"
|
(defproject net.cgrand/xforms "0.19.3"
|
||||||
:description "Extra transducers for Clojure"
|
:description "Extra transducers for Clojure"
|
||||||
:url "https://github.com/cgrand/xforms"
|
:url "https://github.com/cgrand/xforms"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue