Skip to content

Commit

Permalink
chore(master): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kade-robertson committed Mar 3, 2023
1 parent 2aee19d commit ce2c90b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### ⚠ 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

* arbitrary dimensional points ([#23](https://github.com/kade-robertson/simplify-polyline/issues/23)) ([2aee19d](https://github.com/kade-robertson/simplify-polyline/commit/2aee19d56f957889c372ad7de886bb7716bd9f41))


### 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 ce2c90b

Please sign in to comment.