Skip to content

Commit 3663b5f

Browse files
committed
update for release
1 parent 6455552 commit 3663b5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
===========
33

4-
* next
4+
* 2.6.206 on Dec 5, 2024
55
* Bump clojure dep to 1.11.4
66
* Improve error message when clone fails to include url
77
* 2.5.197 on May 31, 2023

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ tools.gitlibs can be configured by either environment variable or Java system pr
7575

7676
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.
7777

78-
Latest release: 2.5.197
78+
Latest release: 2.6.206
7979

8080
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.gitlibs%22)
81-
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.5.197"}`
81+
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.6.206"}`
8282

8383
# Developer Information
8484

@@ -89,7 +89,7 @@ Latest release: 2.5.197
8989

9090
# Copyright and License
9191

92-
Copyright © 2018-2023 Rich Hickey, Alex Miller, and contributors
92+
Copyright © Rich Hickey, Alex Miller, and contributors
9393

9494
All rights reserved. The use and
9595
distribution terms for this software are covered by the

0 commit comments

Comments
 (0)