Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## Version 0.2.2 (2024-10-28)

[metis-sys-0.2.1...0.2.2](https://github.com/LIHPC-Computational-Geometry/metis-rs/compare/metis-0.2.0...metis-0.2.1)

### Fixed

- Do not override compiler flags when `force-optimize-vendor` [#33](https://github.com/LIHPC-Computational-Geometry/metis-rs/pull/33)


### Documentation

- Fix links in the README.md [#34](https://github.com/LIHPC-Computational-Geometry/metis-rs/pull/34)


### Contributors

Thanks to all contributors to this release:
- @cedricchevalier19
- @Firestar9
- @imrn99
- @JMS55

## Version 0.2.1 (2024-03-10)

[metis-sys-0.2.0...0.2.1](https://github.com/LIHPC-Computational-Geometry/metis-rs/compare/metis-0.2.0...metis-0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "metis-sys"]

[package]
name = "metis"
version = "0.2.1"
version = "0.2.2"
authors = ["Hubert Hirtz <[email protected]>", "Cedric Chevalier <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion metis-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metis-sys"
version = "0.3.1"
version = "0.3.2"
authors = ["Hubert Hirtz <[email protected]>", "Cedric Chevalier <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down