Skip to content

Commit a01aa36

Browse files
committed
update for release
1 parent 91016c8 commit a01aa36

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change Log
22

3+
* Release 1.2.107 on 2024-02-19
4+
* Update parent pom and tools.logging versions
5+
36
* Release 1.1.103 on 2023-12-16
47
* IMPORTANT: `org.clojure/tools.logging` is no longer a dependency. If you currently bind `*to-java-object-missing-setter*` to `:log` and you do not otherwise have a dependency on `org.clojure/tools.logging` you will need to add that to your project's direct dependencies.
58

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.1.103
11+
Latest stable release: 1.2.107
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.1.103"}
19+
org.clojure/java.data {:mvn/version "1.2.107"}
2020
```
2121

2222
### Leiningen
2323

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

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

0 commit comments

Comments
 (0)