Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 28, 2022
1 parent f482211 commit bb3a493
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,9 @@
<!--next-version-placeholder-->

## v0.4.0 (2022-09-28)
### Feature
* Performance improvements and rust benchmarks ([#6](https://github.com/mblackgeo/fast-geodist/issues/6)) ([`f482211`](https://github.com/mblackgeo/fast-geodist/commit/f4822115eaacf016c90ef6401da2fe975110d3d0))

## v0.3.0 (2022-09-21)
### Feature
* Rename package to avoid clash on pypi ([`3efe5bf`](https://github.com/mblackgeo/fast-geodist/commit/3efe5bff57296d5e14c3491583ae863ddba68aac))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast-geodist"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "fast-geodist"
version = "0.3.0"
version = "0.4.0"
requires-python = ">=3.7"
description = "An implementation of Haversine distance calculations using Rust and PyO3"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion python/fast_geodist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ._fast_geodist import haversine_array

__all__ = ["haversine"]
__version__ = "0.3.0"
__version__ = "0.4.0"


def haversine(
Expand Down

0 comments on commit bb3a493

Please sign in to comment.