Skip to content

Commit

Permalink
Merge branch 'main' into feat/frechet-in-various-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
grevgeny authored Nov 25, 2024
2 parents ffabef8 + 44b59ce commit 314c0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion geo-traits/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changes

## Unreleased
## 0.2.0 - 2024.11.06

- BREAKING: Mark `CoordTrait::nth_unchecked` as `unsafe` and add `CoordTrait::nth_or_panic`.
- <https://github.com/georust/geo/pull/1242>
- Make `geo-types` dependency optional for `geo-traits`.
- <https://github.com/georust/geo/pull/1241>
- Add converter functions for `geo-traits` to `geo-types`.
- <https://github.com/georust/geo/pull/1255>

## 0.1.1

Expand Down
2 changes: 1 addition & 1 deletion geo-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geo-traits"
version = "0.1.1"
version = "0.2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geo"
documentation = "https://docs.rs/geo-traits/"
Expand Down

0 comments on commit 314c0e2

Please sign in to comment.