Skip to content

Commit 9a0b91c

Browse files
committed
update for release
1 parent 9e62041 commit 9a0b91c

File tree

3 files changed

+4
-4
lines changed

3 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.5.186 on Feb 11, 2023
55
* Don't block on big git output
66
* 2.4.181 on Jun 19, 2022
77
* Sort tags in version order

README.md

+2-2
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.4.181
78+
Latest release: 2.5.186
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.4.181"}`
81+
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.5.186"}`
8282

8383
# Developer Information
8484

VERSION_TEMPLATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.GENERATED_VERSION
1+
2.5.GENERATED_VERSION

0 commit comments

Comments
 (0)