Skip to content

Commit 7ef9907

Browse files
committed
update for release
1 parent 2b491e6 commit 7ef9907

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ clojure-contrib.jar
99
clojure.jar
1010
clojure-contrib-src.jar
1111
target
12+
deps.edn
13+
.cpcache/

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
clojure.math.numeric-tower
22
========================================
33

4-
Formerly clojure.contrib.math
5-
64
Math functions that deal intelligently with the various
75
types in Clojure's numeric tower, as well as math functions
86
commonly found in Scheme implementations.
@@ -32,21 +30,20 @@ More documentation in docstrings.
3230
Releases and Dependency Information
3331
========================================
3432

35-
Latest stable release: 0.0.5
33+
Latest stable release: 0.1.0
3634

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

41-
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
38+
[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
4239
```clojure
43-
org.clojure/math.numeric-tower {:mvn/version "0.0.5"}
40+
org.clojure/math.numeric-tower {:mvn/version "0.1.0"}
4441
```
4542

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

4845
```clojure
49-
[org.clojure/math.numeric-tower "0.0.5"]
46+
[org.clojure/math.numeric-tower "0.1.0"]
5047
```
5148

5249
[Maven](https://maven.apache.org/) dependency information:
@@ -55,7 +52,7 @@ org.clojure/math.numeric-tower {:mvn/version "0.0.5"}
5552
<dependency>
5653
<groupId>org.clojure</groupId>
5754
<artifactId>math.numeric-tower</artifactId>
58-
<version>0.0.5</version>
55+
<version>0.1.0</version>
5956
</dependency>
6057
```
6158

@@ -104,6 +101,9 @@ Developer Information
104101
Changelog
105102
========================================
106103

104+
* Release 0.1.0 on 2024-02-19
105+
* Update parent pom
106+
107107
* Release 0.0.5 on 2021-12-01
108108
* Exclude abs to avoid future warning in 1.11
109109

0 commit comments

Comments
 (0)