Skip to content

Commit 4b4e53d

Browse files
committed
Bump version to 0.13.1
1 parent 8a06f33 commit 4b4e53d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hyperreal"
33
description = "Exact rational and computable real arithmetic in Rust"
44
license = "Apache-2.0"
55
repository = "https://github.com/timschmidt/hyperreal/"
6-
version = "0.13.0"
6+
version = "0.13.1"
77
edition = "2024"
88
readme = "README.md"
99
keywords = ["real", "rational", "arithmetic", "exact", "math"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ control. `hyperreal` uses several small performance strategies together:
167167

168168
## Current Status
169169

170-
Version `0.13.0` is active and benchmark-driven. Current implementation work includes:
170+
Version `0.13.1` is active and benchmark-driven. Current implementation work includes:
171171

172172
- exact rational and dyadic fast paths;
173173
- dedicated constructors and cached constants for common zeros, ones, `pi`, `tau`, `e`,
@@ -198,14 +198,14 @@ object-level facts rather than asking the scalar layer to infer geometry or topo
198198

199199
```toml
200200
[dependencies]
201-
hyperreal = "0.13.0"
201+
hyperreal = "0.13.1"
202202
```
203203

204204
With the `Simple` parser and calculator binary:
205205

206206
```toml
207207
[dependencies]
208-
hyperreal = { version = "0.13.0", features = ["simple"] }
208+
hyperreal = { version = "0.13.1", features = ["simple"] }
209209
```
210210

211211
Feature flags:

0 commit comments

Comments
 (0)