Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Dec 5, 2024
1 parent 1560c46 commit a02dcfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2024-12-05
### Packaging
- Update `pyo3` and `numpy` dependencies to 0.23. [#76](https://github.com/itt-ustutt/quantity/pull/76)

## [0.9.1] - 2024-11-28
### Fixed
- Added division by `CELSIUS` in Python. [#74](https://github.com/itt-ustutt/quantity/pull/74)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quantity"
version = "0.9.1"
version = "0.10.0"
authors = [
"Philipp Rehner <[email protected]>",
"Gernot Bauer <[email protected]>",
Expand Down Expand Up @@ -32,7 +32,7 @@ approx = { version = "0.5", optional = true }
pyo3 = { version = "0.23", optional = true }
numpy = { version = "0.23", optional = true }
## Use generalized (hyper-)dual numbers from the [num-dual] crate as value of a quantity.
num-dual = { version = "0.10", optional = true }
num-dual = { version = "0.11", optional = true }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
quantity = "0.9"
quantity = "0.10"
```

## Examples
Expand Down

0 comments on commit a02dcfe

Please sign in to comment.