Skip to content

Commit 267373a

Browse files
committed
update for release
1 parent 7fdb5b7 commit 267373a

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
From 1.1.0 to 1.1.1
2+
===
3+
4+
* Update to latest parent pom and Clojure 1.11.4
5+
16
From 1.0.1 to 1.1.0
27
===
38

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Releases and dependency information
1212

1313
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
1414

15-
Latest release: 1.1.0
15+
Latest release: 1.1.1
1616

1717
* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.match%22)
1818

1919
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
2020
```clojure
21-
org.clojure/core.match {:mvn/version "1.1.0"}
21+
org.clojure/core.match {:mvn/version "1.1.1"}
2222
```
2323

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

2626
```
27-
[org.clojure/core.match "1.1.0"]
27+
[org.clojure/core.match "1.1.1"]
2828
```
2929

3030
[Maven](https://maven.apache.org) dependency information:
@@ -33,7 +33,7 @@ org.clojure/core.match {:mvn/version "1.1.0"}
3333
<dependency>
3434
<groupId>org.clojure</groupId>
3535
<artifactId>core.match</artifactId>
36-
<version>1.1.0</version>
36+
<version>1.1.1</version>
3737
</dependency>
3838
```
3939

0 commit comments

Comments
 (0)