diff options
| author | Paul Duncan <pabs@pablotron.org> | 2025-10-18 13:06:33 -0400 |
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2025-10-18 13:06:33 -0400 |
| commit | 67806150bf654a800c05c23157bb701a1a3f3f55 (patch) | |
| tree | 3b4f3baba772faa19d5e0b77c53068bf27fef28d | |
| parent | 60202f085747b87465bb7b763e5daeecf3a5424f (diff) | |
| download | pablotron.org-67806150bf654a800c05c23157bb701a1a3f3f55.tar.xz pablotron.org-67806150bf654a800c05c23157bb701a1a3f3f55.zip | |
content/posts/2025-10-04-polycvss-v0.2.0.md: add polycvss v0.3.0
| -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." |
