Skip to content

Commit 439b2ee

Browse files
committed
update for release
1 parent da61bfa commit 439b2ee

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,29 @@ sequences for common combinatorial functions.
99
Releases and Dependency Information
1010
========================================
1111

12-
Latest stable release: 0.2.0
13-
14-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.combinatorics%22)
12+
Latest stable release: 0.3.0
1513

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

1817
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
1918
```clojure
20-
org.clojure/math.combinatorics {:mvn/version "0.2.0"}
19+
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
2120
```
2221

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

2524
```clojure
26-
[org.clojure/math.combinatorics "0.2.0"]
25+
[org.clojure/math.combinatorics "0.3.0"]
2726
```
2827

29-
[Maven](http://maven.apache.org/) dependency information:
28+
[Maven](https://maven.apache.org/) dependency information:
3029

3130
```xml
3231
<dependency>
3332
<groupId>org.clojure</groupId>
3433
<artifactId>math.combinatorics</artifactId>
35-
<version>0.2.0</version>
34+
<version>0.3.0</version>
3635
</dependency>
3736
```
3837

@@ -174,6 +173,9 @@ Developer Information
174173

175174
Changelog
176175
========================================
176+
* Release 0.3.0 on 2024-02-19
177+
* Update parent pom
178+
177179
* Release 0.2.0 on 2023-03-18
178180
* MCOMB-11 - Fix incorrect results, overflow in partitions-M
179181

0 commit comments

Comments
 (0)