Skip to content

Commit 9fc5091

Browse files
committed
prep for 1.3.113
Signed-off-by: Sean Corfield <[email protected]>
1 parent 2f7e1c1 commit 9fc5091

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change Log
22

3-
* Release 1.2.next in progress
3+
* Release 1.3.113 on 2025-01-23
44
* In builders, for overloaded setters (for which we have matching properties), try to pick the "obviously better" match (using `instance?` against the property value), and only throw if we can't pick one [JDATA-25](https://clojure.atlassian.net/browse/JDATA-25).
55
* In builders, ignore setters for which we do not have matching properties [JDATA-24](https://clojure.atlassian.net/browse/JDATA-24).
66

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ clojure-contrib
88

99
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
1010

11-
Latest stable release: 1.2.107
11+
Latest stable release: 1.3.113
1212

1313
* [All Released Versions](https://search.maven.org/#search%7Cga%7C1%7Corg.clojure%20java.data)
1414
* [Development Snapshot Versions](https://repository.sonatype.org/index.html#nexus-search;gav~org.clojure~java.data~~~)
1515

1616
### [CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
1717

1818
```clojure
19-
org.clojure/java.data {:mvn/version "1.2.107"}
19+
org.clojure/java.data {:mvn/version "1.3.113"}
2020
```
2121

2222
### Leiningen
2323

2424
```clojure
25-
[org.clojure/java.data "1.2.107"]
25+
[org.clojure/java.data "1.3.113"]
2626
```
2727

2828
### Maven
@@ -31,7 +31,7 @@ org.clojure/java.data {:mvn/version "1.2.107"}
3131
<dependency>
3232
<groupId>org.clojure</groupId>
3333
<artifactId>java.data</artifactId>
34-
<version>1.2.107</version>
34+
<version>1.3.113</version>
3535
</dependency>
3636
```
3737

0 commit comments

Comments
 (0)