Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Dec 14, 2023
1 parent 560c912 commit a1a85c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "startin"
version = "0.7.0"
version = "0.7.1"
authors = ["Hugo Ledoux <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.7.1] - 2023-12-14
## Changed
- fix a bug where function `adjacent_triangles_to_triangle()` returned only the finite triangles, while all (incl. infinite) should be returned
- more recent crate "robust" is used

## [0.7.0] - 2023-08-16
## Changed
- interpolate methods are now in a separate module and thus the way to call them is totally different. Not backwards compatible either, see `/examples/interpol.rs` for how to use them.
Expand Down Expand Up @@ -127,6 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- first release and upload to crates.io

[0.7.1]: https://github.com/hugoledoux/startin/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/hugoledoux/startin/compare/0.6.1...0.7.0
[0.6.2]: https://github.com/hugoledoux/startin/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/hugoledoux/startin/compare/0.6.0...0.6.1
Expand Down

0 comments on commit a1a85c5

Please sign in to comment.