Skip to content

Commit

Permalink
chore(master): release 0.4.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kade <kade-robertson@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kade-robertson authored Oct 27, 2022
1 parent a4ed5db commit 7077e80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* use blanket implementation for trait (#10)

### Code Refactoring

* use blanket implementation for trait ([#10](https://github.com/kade-robertson/simplify-polyline/issues/10)) ([63de772](https://github.com/kade-robertson/simplify-polyline/commit/63de772819acb80b06db93deec37f8457fdaad54))

## [0.3.0](https://github.com/kade-robertson/simplify-polyline/compare/v0.2.1...v0.3.0) (2022-10-25)


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.3.0"
version = "0.4.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 7077e80

Please sign in to comment.