Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 075c743 commit c630a0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change Log for spec.alpha

## next
## Version 0.4.233 on Feb 19, 2024

* Fix typo in docstring
* Remove duplicated lazy combinator
* Update parent pom and dependency to Clojure 1.11.1

## Version 0.3.218 on Nov 26, 2021

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ For more information:
Releases and Dependency Information
========================================

Latest stable release: 0.3.218
Latest stable release: 0.4.233

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

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

org.clojure/spec.alpha {:mvn/version "0.3.218"}
org.clojure/spec.alpha {:mvn/version "0.4.233"}

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

[org.clojure/spec.alpha "0.3.218"]
[org.clojure/spec.alpha "0.4.233"]

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

<dependency>
<groupId>org.clojure</groupId>
<artifactId>spec.alpha</artifactId>
<version>0.3.218</version>
<version>0.4.233</version>
</dependency>

Developer Information
Expand Down

0 comments on commit c630a0b

Please sign in to comment.