Skip to content

Commit 09c8c33

Browse files
Release 0.2.2 (#40)
1 parent 4d5283e commit 09c8c33

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## Version 0.2.2 (2024-10-28)
4+
5+
[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)
6+
7+
### Fixed
8+
9+
- Do not override compiler flags when `force-optimize-vendor` [#33](https://github.com/LIHPC-Computational-Geometry/metis-rs/pull/33)
10+
11+
12+
### Documentation
13+
14+
- Fix links in the README.md [#34](https://github.com/LIHPC-Computational-Geometry/metis-rs/pull/34)
15+
16+
17+
### Contributors
18+
19+
Thanks to all contributors to this release:
20+
- @cedricchevalier19
21+
- @Firestar9
22+
- @imrn99
23+
- @JMS55
24+
325
## Version 0.2.1 (2024-03-10)
426

527
[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)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "metis-sys"]
33

44
[package]
55
name = "metis"
6-
version = "0.2.1"
6+
version = "0.2.2"
77
authors = ["Hubert Hirtz <[email protected]>", "Cedric Chevalier <[email protected]>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"

metis-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metis-sys"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Hubert Hirtz <[email protected]>", "Cedric Chevalier <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)