Skip to content

Commit

Permalink
chore(master): release 0.5.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kade-robertson authored Oct 15, 2023
1 parent 6c8c464 commit 84bb612
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.5.0](https://github.com/kade-robertson/simplify-polyline/compare/v0.4.0...v0.5.0) (2023-10-15)


### ⚠ BREAKING CHANGES

* arbitrary dimensional points ([#23](https://github.com/kade-robertson/simplify-polyline/issues/23))
* rename feature for serde ([#19](https://github.com/kade-robertson/simplify-polyline/issues/19))

### Features

* add 3d points to serde ([b03f1d3](https://github.com/kade-robertson/simplify-polyline/commit/b03f1d3ab824d4fada4b20015d98e82890e482c4))
* arbitrary dimensional points ([#23](https://github.com/kade-robertson/simplify-polyline/issues/23)) ([2aee19d](https://github.com/kade-robertson/simplify-polyline/commit/2aee19d56f957889c372ad7de886bb7716bd9f41))


### Bug Fixes

* **docs:** update for 3d deserialization ([#26](https://github.com/kade-robertson/simplify-polyline/issues/26)) ([6c8c464](https://github.com/kade-robertson/simplify-polyline/commit/6c8c4646a2764fdd83006424a1ee3ddaaec505a4))
* specialized math for <= 4d points ([#24](https://github.com/kade-robertson/simplify-polyline/issues/24)) ([b5a5533](https://github.com/kade-robertson/simplify-polyline/commit/b5a553376f4b18ec44255e29b6cc7f817eb080cf))


### Code Refactoring

* rename feature for serde ([#19](https://github.com/kade-robertson/simplify-polyline/issues/19)) ([ff12e9f](https://github.com/kade-robertson/simplify-polyline/commit/ff12e9f1e915e87e4d151000e4ea71ba9ed1bce6))

## [0.4.0](https://github.com/kade-robertson/simplify-polyline/compare/v0.3.0...v0.4.0) (2022-10-26)


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 = "simplify-polyline"
version = "0.4.0"
version = "0.5.0"
description = "Simplify polylines using Douglas-Peucker and radial distance algorithms. Port of the simplify-js library."
homepage = "https://github.com/kade-robertson/simplify-polyline"
repository = "https://github.com/kade-robertson/simplify-polyline"
Expand Down

0 comments on commit 84bb612

Please sign in to comment.