Skip to content

Commit 270d340

Browse files
committed
update for release
1 parent a2c75e0 commit 270d340

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
===========
33

4+
* 2.3.167 on Apr 22, 2021
5+
* Remove use of `--prune-tags` with `git fetch` as that was only added in git 2.17.0
46
* 2.3.161 on Apr 9, 2021
57
* Add new `object-type` api - takes rev, returns object type
68
* 2.2.156 on Apr 7, 2021

README.md

Lines changed: 2 additions & 2 deletions
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.3.161
78+
Latest release: 2.3.167
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.3.161"}`
81+
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.3.167"}`
8282

8383
# Developer Information
8484

0 commit comments

Comments
 (0)