We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ae794 commit 54553fcCopy full SHA for 54553fc
CHANGELOG.md
@@ -5,6 +5,9 @@ Change log dates follow the ISO 8601 standard (YEAR-MONTH-DAY).
5
6
## [Unreleased]
7
8
+## [2.0.0] - 2025-03-13
9
+Migrate to Rust Edition 2024.
10
+
11
## [1.0.8] - 2023-11-05
12
Some small project level improvements.
13
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cgwavefront_obj"
3
-version = "1.0.8"
+version = "2.0.0"
4
authors = ["LambdaXymox <lambda.xymox@gmail.com>"]
edition = "2024"
readme = "README.md"
README.md
@@ -24,7 +24,7 @@ Add the following line to your `Cargo.toml` file
24
25
```toml
26
[dependencies]
27
-wavefront_obj = "1.0.8"
+wavefront_obj = "2.0.0"
28
```
29
30
to import the library. Include the line
0 commit comments