Skip to content

Commit a717e00

Browse files
committed
update for release
1 parent 1d0e273 commit a717e00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
* next
3+
* Release 1.3.250 2025-12-30
44
* Update parent pom and Clojure dependency version
55

66
* Release 1.2.245 2025-09-28

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ Tools for working with command line arguments.
66

77
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.
88

9-
Latest stable release: 1.2.245
9+
Latest stable release: 1.3.250
1010

1111
* [All Released Versions](https://central.sonatype.com/artifact/org.clojure/tools.cli/versions)
1212
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.cli~~~)
1313

1414
[clj/deps.edn](https://clojure.org/guides/deps_edn) dependency information:
1515
```clojure
16-
org.clojure/tools.cli {:mvn/version "1.2.245"}
16+
org.clojure/tools.cli {:mvn/version "1.3.250"}
1717
```
1818

1919
[Leiningen](https://leiningen.org/) dependency information:
2020
```clojure
21-
[org.clojure/tools.cli "1.2.245"]
21+
[org.clojure/tools.cli "1.3.250"]
2222
```
2323
[Maven](https://maven.apache.org/) dependency information:
2424
```xml
2525
<dependency>
2626
<groupId>org.clojure</groupId>
2727
<artifactId>tools.cli</artifactId>
28-
<version>1.2.245</version>
28+
<version>1.3.250</version>
2929
</dependency>
3030
```
3131

0 commit comments

Comments
 (0)