aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-10-25 01:10:11 -0400
committerPaul Duncan <pabs@pablotron.org>2025-10-25 01:10:11 -0400
commit45d7d7ac7c706840017c1917733d1d1aba54650a (patch)
tree1f77c15d67142e4188c620f5acd3e2c7f2d9f067
parent26ef0bd4ba6282252e867669a4bb0d76cf007966 (diff)
downloadpablotron.org-45d7d7ac7c706840017c1917733d1d1aba54650a.tar.xz
pablotron.org-45d7d7ac7c706840017c1917733d1d1aba54650a.zip
content/posts/2025-10-04-polycvss-v0.2.0.md: add v0.3.1, fix typosHEADmain
-rw-r--r--content/posts/2025-10-04-polycvss-v0.2.0.md17
1 files changed, 11 insertions, 6 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 a89b908..21a5e5e 100644
--- a/content/posts/2025-10-04-polycvss-v0.2.0.md
+++ b/content/posts/2025-10-04-polycvss-v0.2.0.md
@@ -69,13 +69,16 @@ 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][]. Adds
-[`polycvss::v4::Nomenclature`][v4-nomenclature], documentation
-improvements, and misc fixes.
+**Update (2025-10-12):** [polycvss v0.2.1][]: Add
+[`polycvss::v4::Nomenclature`][v4-nomenclature] and improve
+documentation.
-**Update (2025-10-18):** [polycvss v0.3.0][]. Adds user-friendly
-`Error` messages, removes unreleased CVSS v2.x `Version` variants , and
-improves documentation.
+**Update (2025-10-18):** [polycvss v0.3.0][]: Add user-friendly
+`Error` messages, remove unreleased CVSS v2.x `Version` variants, and
+improve documentation.
+
+**Update (2025-10-19):** [polycvss v0.3.1][]: Documentation
+improvements.
[html]: https://en.wikipedia.org/wiki/HTML
"HyperText Markup Language"
@@ -135,5 +138,7 @@ improves documentation.
"polycvss version 0.2.1"
[polycvss v0.3.0]: https://github.com/pablotron/polycvss/releases/tag/0.3.0
"polycvss version 0.3.0"
+[polycvss v0.3.1]: https://github.com/pablotron/polycvss/releases/tag/0.3.1
+ "polycvss version 0.3.1"
[v4-nomenclature]: https://docs.rs/polycvss/latest/polycvss/v4/enum.Nomenclature.html
"polycvss::v4::Nomenclature documentation."