Skip to content

Commit 24888ad

Browse files
committed
prep for 1.2.245
Signed-off-by: Sean Corfield <sean@corfield.org>
1 parent 287d08c commit 24888ad

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change Log
22

3-
* Release 1.1.next in progress (maybe 1.2.next)
4-
* Clarify `:id` and `:required` properties for when long option is omitted. Part of this addresses [TCLI-106](https://clojure.atlassian.net/browse/TCLI-106).
3+
* Release 1.2.245 2025-09-28
4+
* Clarify `:id` and `:required` properties for when long option is omitted. Document `:missing` option. This addresses [TCLI-106](https://clojure.atlassian.net/browse/TCLI-106).
5+
* Add `deps-clr.edn` to be compatible with `cljr` (ClojureCLR's `deps` tool).
56
* Update dependencies to latest versions for testing; add multi-version testing script; drop Clojure 1.8 support.
67

78
* Release 1.1.230 2024-02-19

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.1.230
9+
Latest stable release: 1.2.245
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.1.230"}
16+
org.clojure/tools.cli {:mvn/version "1.2.245"}
1717
```
1818

1919
[Leiningen](https://leiningen.org/) dependency information:
2020
```clojure
21-
[org.clojure/tools.cli "1.1.230"]
21+
[org.clojure/tools.cli "1.2.245"]
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.1.230</version>
28+
<version>1.2.245</version>
2929
</dependency>
3030
```
3131

0 commit comments

Comments
 (0)