Skip to content

Commit

Permalink
Bump version to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Dec 14, 2023
1 parent ef43028 commit d99e96c
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,6 +1,6 @@
[package]
name = "startinpy"
version = "0.10.1"
version = "0.10.2"
authors = ["Hugo Ledoux <[email protected]>"]
license = "MIT"
homepage="https://github.com/hugoledoux/startinpy"
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
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.10.2] - 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

## [0.10.1] - 2023-11-21
### Changed
- improve the docs to explain how startinpy works
Expand Down Expand Up @@ -59,6 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- new name "startinpy" to avoid clashes with the rust lib "startin" on which this project is based on. Since I use a Rust builder (maturin), there were clashes and probably a better idea to call it "startinpy" anyway.


[0.10.2]: https://github.com/hugoledoux/startin/compare/0.10.1...0.10.2
[0.10.1]: https://github.com/hugoledoux/startin/compare/0.10.0...0.10.1
[0.10.0]: https://github.com/hugoledoux/startin/compare/0.9.2...0.10.0
[0.9.2]: https://github.com/hugoledoux/startin/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/hugoledoux/startin/compare/0.9.0...0.9.1
Expand Down

0 comments on commit d99e96c

Please sign in to comment.