File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = [".", "metis-sys"]
33
44[package ]
55name = " metis"
6- version = " 0.2.1 "
6+ version = " 0.2.2 "
77authors = [" Hubert Hirtz <hubert@hirtz.pm>" , " Cedric Chevalier <cedric.chevalier@cea.fr>" ]
88edition = " 2021"
99license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " metis-sys"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44authors = [" Hubert Hirtz <hubert@hirtz.pm>" , " Cedric Chevalier <cedric.chevalier@cea.fr>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments