Skip to content

Commit

Permalink
publish v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Nov 11, 2023
1 parent dab3a17 commit f20cd12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## [Unreleased] -->

## [0.4.1] - 2023-11-11

### Fixed

- Gridshift interpolation via RG [#75](https://github.com/busstoptaktik/geodesy/pull/75)

## [0.4.0] - 2023-11-10

### Added
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 = "geodesy-wasm"
version = "0.4.0"
version = "0.4.1"
keywords = ["geospatial", "geodesy", "cartography", "geography"]
categories = ["science"]
authors = ["Sean Rennie <[email protected]>"]
Expand All @@ -20,7 +20,7 @@ default = ["console_error_panic_hook", "console_log"]
[dependencies]
wasm-bindgen = "0.2.86"

geodesy_rs = { package = "geodesy", git = "https://github.com/Rennzie/geodesy.git", rev = "6ac0498f89e1ccc75aeb9cb3802d5150e57e089f", version = "0.10.0", features = [
geodesy_rs = { package = "geodesy", git = "https://github.com/Rennzie/geodesy.git", rev = "441651cc768276ba539232ed33f23f0ac4dde921", version = "0.10.0", features = [
"js",
] }

Expand Down

0 comments on commit f20cd12

Please sign in to comment.