diff options
Diffstat (limited to 'content/posts/2025-10-04-polycvss-v0.2.0.md')
| -rw-r--r-- | content/posts/2025-10-04-polycvss-v0.2.0.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/content/posts/2025-10-04-polycvss-v0.2.0.md b/content/posts/2025-10-04-polycvss-v0.2.0.md index a46471f..a89b908 100644 --- a/content/posts/2025-10-04-polycvss-v0.2.0.md +++ b/content/posts/2025-10-04-polycvss-v0.2.0.md @@ -69,10 +69,14 @@ This example tool is included in the [Git repository][] as - [polycvss package on crates.io][crates-io-polycvss] - [polycvss API Documentation on docs.rs][docs-rs-polycvss] -**Update (2025-10-12):** [polycvss v0.2.1][] released. Adds +**Update (2025-10-12):** [polycvss v0.2.1][]. Adds [`polycvss::v4::Nomenclature`][v4-nomenclature], documentation improvements, and misc fixes. +**Update (2025-10-18):** [polycvss v0.3.0][]. Adds user-friendly +`Error` messages, removes unreleased CVSS v2.x `Version` variants , and +improves documentation. + [html]: https://en.wikipedia.org/wiki/HTML "HyperText Markup Language" [rust]: https://rust-lang.org/ @@ -129,5 +133,7 @@ improvements, and misc fixes. "Rust serializing and deserializing framework." [polycvss v0.2.1]: https://github.com/pablotron/polycvss/releases/tag/0.2.1 "polycvss version 0.2.1" +[polycvss v0.3.0]: https://github.com/pablotron/polycvss/releases/tag/0.3.0 + "polycvss version 0.3.0" [v4-nomenclature]: https://docs.rs/polycvss/latest/polycvss/v4/enum.Nomenclature.html "polycvss::v4::Nomenclature documentation." |
