Skip to content

Commit 6fed831

Browse files
committed
update changelog
1 parent 8106906 commit 6fed831

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.1.139 on Mar 11, 2021
5+
* Add tags method
46
* 2.1.129 on Mar 10, 2021
57
* Change git options during checkout to work with more git versions
68
* Check exit code on checkout and throw if failed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ The cache location can also be set with the environment variable GITLIBS.
8383

8484
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.
8585

86-
Latest release: 2.1.129
86+
Latest release: 2.1.139
8787

8888
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.gitlibs%22)
89-
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.1.129"}`
89+
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.1.139"}`
9090

9191
# Developer Information
9292

0 commit comments

Comments
 (0)