Skip to content

Commit

Permalink
prepare for 0.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Feb 6, 2024
1 parent 42ced39 commit 443916b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.4

* Performance improvements for direct and indirect geodesic calculations
* Remove lazy_static dependency
* Thanks to contributor @valarauca for their work on performance and code cleanup.

## 0.2.3

### New Features
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[package]
name = "geographiclib-rs"
version = "0.2.3"
version = "0.2.4"
license = "MIT"
edition = "2018"
rust-version = "1.70.0"

description = "A port of geographiclib in Rust."
authors = ["Federico Dolce <[email protected]>", "Michael Kirk <[email protected]>"]
repository = "https://github.com/georust/geographiclib-rs"
keywords = ["gis", "geo", "geography", "geospatial"]
documentation = "https://docs.rs/geographiclib-rs"
Expand Down

0 comments on commit 443916b

Please sign in to comment.