Skip to content

Commit c99f0df

Browse files
committed
update for release
1 parent b076390 commit c99f0df

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGES.md

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

3+
## Version 0.3.70 on Feb 19, 2024
4+
5+
* Bump Clojure dependency to 1.11.1
6+
* Bump parent pom dep to 1.2.0
7+
38
## Version 0.2.62 on Sep 14, 2021
49

510
* CLJ-2123: add support for new :as-alias in require, coming in Clojure 1.11

README.md

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

19-
Latest stable release: none
19+
Latest stable release: 0.3.70
2020

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

2524
[deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:
2625

27-
org.clojure/core.specs.alpha {:mvn/version "0.2.62"}
26+
org.clojure/core.specs.alpha {:mvn/version "0.3.70"}
2827

2928
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
3029

31-
[org.clojure/core.specs.alpha "0.2.62"]
30+
[org.clojure/core.specs.alpha "0.3.70"]
3231

3332
[Maven](https://maven.apache.org/) dependency information:
3433

3534
<dependency>
3635
<groupId>org.clojure</groupId>
3736
<artifactId>core.specs.alpha</artifactId>
38-
<version>0.2.62</version>
37+
<version>0.3.70</version>
3938
</dependency>
4039

4140
Developer Information
@@ -50,4 +49,4 @@ Developer Information
5049
Copyright and License
5150
========================================
5251

53-
Copyright (c) Rich Hickey, and contributors, 2023. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
52+
Copyright (c) Rich Hickey, and contributors. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.

0 commit comments

Comments
 (0)