Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from myelin-ai/release-2.4.1
Browse files Browse the repository at this point in the history
Release 2.4.1
  • Loading branch information
Ruben Schmidmeister authored Dec 17, 2019
2 parents 196e604 + 5aea020 commit 8f68241
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "myelin-geometry"
description = "Basic linear and vector geometry for two-dimensional Euclidean geometry"
version = "2.4.0"
version = "2.4.1"
authors = [
"Jan Nils Ferner <jan@myelin.ch>",
"Mathias Fischler <mathias@myelin.ch>",
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@
## 2.4.0
- Add `Vector::negative`
- Add `Radians::try_from_degrees`

## 2.4.1
- Correct small typos in the documentation.
- Remove an unnecessary check.
- Remove direct dependency on `serde_derive`.

0 comments on commit 8f68241

Please sign in to comment.