Skip to content

Commit 54553fc

Browse files
committed
Advance to version 2.0.0.
1 parent a0ae794 commit 54553fc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Change log dates follow the ISO 8601 standard (YEAR-MONTH-DAY).
55

66
## [Unreleased]
77

8+
## [2.0.0] - 2025-03-13
9+
Migrate to Rust Edition 2024.
10+
811
## [1.0.8] - 2023-11-05
912
Some small project level improvements.
1013

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cgwavefront_obj"
3-
version = "1.0.8"
3+
version = "2.0.0"
44
authors = ["LambdaXymox <lambda.xymox@gmail.com>"]
55
edition = "2024"
66
readme = "README.md"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following line to your `Cargo.toml` file
2424

2525
```toml
2626
[dependencies]
27-
wavefront_obj = "1.0.8"
27+
wavefront_obj = "2.0.0"
2828
```
2929

3030
to import the library. Include the line

0 commit comments

Comments
 (0)