Skip to content

Commit 6b698ee

Browse files
committed
update for release
1 parent d01d3d6 commit 6b698ee

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log for spec.alpha
22

3+
## Version 0.6.249 on Jan 2, 2026
4+
5+
* Update parent pom and Clojure dep to 1.12.4
6+
37
## Version 0.5.238 on May 10, 2024
48

59
* Update dependency to Clojure 1.11.3

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ For more information:
1616
Releases and Dependency Information
1717
========================================
1818

19-
Latest stable release: 0.5.238
19+
Latest stable release: 0.6.249
2020

2121
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22spec.alpha%22)
2222
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~spec.alpha~~~)
2323

2424
[deps.edn](https://clojure.org/guides/deps_edn) dependency information:
2525

26-
org.clojure/spec.alpha {:mvn/version "0.5.238"}
26+
org.clojure/spec.alpha {:mvn/version "0.6.249"}
2727

2828
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2929

30-
[org.clojure/spec.alpha "0.5.238"]
30+
[org.clojure/spec.alpha "0.6.249"]
3131

3232
[Maven](https://maven.apache.org/) dependency information:
3333

3434
<dependency>
3535
<groupId>org.clojure</groupId>
3636
<artifactId>spec.alpha</artifactId>
37-
<version>0.5.238</version>
37+
<version>0.6.249</version>
3838
</dependency>
3939

4040
Developer Information

0 commit comments

Comments
 (0)