Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Sep 30, 2024
1 parent 51e89f4 commit 6d1bc49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.8.0"
version = "0.8.1"
authors = ["Hugo Ledoux <h.ledoux@tudelft.nl>"]
edition = "2021"
license = "MIT"
Expand Down
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.8.1] - 2024-09-30
### Changed
- fix bug with Laplace/NNI interpolation when interpolate same location

## [0.8.0] - 2024-07-16
## Added
- vertices of the DT can now have attributes attached to them, just a JSON dict (a serde Value is used). You need to define a schema first. It's probably easier to use in Python, integrated with NumPy to some extent
Expand Down Expand Up @@ -139,7 +144,8 @@ 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.8.1]: https://github.com/hugoledoux/startin/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/hugoledoux/startin/compare/0.7.1...0.8.0
[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 6d1bc49

Please sign in to comment.