From 36aab8d020e8f19976957c3a2b0f8ae310cc3985 Mon Sep 17 00:00:00 2001 From: Oron Date: Mon, 24 Aug 2026 05:04:51 +0300 Subject: [PATCH 1/2] docs: update to v0.23.0 --- docs/getting-started/hello-world/index.md | 4 ++-- docs/getting-started/hello-world/scala-project/project.scala | 4 ++-- .../hello-world/scala-single-file/Counter8.scala | 4 ++-- docs/javascripts/scastie.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/getting-started/hello-world/index.md b/docs/getting-started/hello-world/index.md index 883c6b130..8bb576ff1 100644 --- a/docs/getting-started/hello-world/index.md +++ b/docs/getting-started/hello-world/index.md @@ -79,8 +79,8 @@ In a scala-cli project with multiple `.scala` files, shared `given` declarations ```scala title="project.scala" //> using scala 3.8.4 -//> using dep io.github.dfianthdl::dfhdl::0.22.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.22.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 import dfhdl.* given options.CompilerOptions.Backend = _.verilog diff --git a/docs/getting-started/hello-world/scala-project/project.scala b/docs/getting-started/hello-world/scala-project/project.scala index e222c37c9..93332c1a0 100644 --- a/docs/getting-started/hello-world/scala-project/project.scala +++ b/docs/getting-started/hello-world/scala-project/project.scala @@ -1,3 +1,3 @@ //> using scala 3.8.4 -//> using dep io.github.dfianthdl::dfhdl::0.22.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.22.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 diff --git a/docs/getting-started/hello-world/scala-single-file/Counter8.scala b/docs/getting-started/hello-world/scala-single-file/Counter8.scala index 06e540776..087bd96dc 100644 --- a/docs/getting-started/hello-world/scala-single-file/Counter8.scala +++ b/docs/getting-started/hello-world/scala-single-file/Counter8.scala @@ -1,6 +1,6 @@ //> using scala 3.8.4 -//> using dep io.github.dfianthdl::dfhdl::0.22.0 -//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.22.0 +//> using dep io.github.dfianthdl::dfhdl::0.23.0 +//> using plugin io.github.dfianthdl:::dfhdl-plugin:0.23.0 import dfhdl.* //import all the DFHDL goodness diff --git a/docs/javascripts/scastie.js b/docs/javascripts/scastie.js index 495efda08..1aec82b74 100755 --- a/docs/javascripts/scastie.js +++ b/docs/javascripts/scastie.js @@ -1,4 +1,4 @@ -let dfhdlVersion = "0.22.0"; +let dfhdlVersion = "0.23.0"; let scalaVersion = "3.8.4"; function buildSbtConfig(mainClass) { From f14de42d115ab12026408158676ffd27ea793a43 Mon Sep 17 00:00:00 2001 From: Oron Port Date: Mon, 24 Aug 2026 05:12:43 +0300 Subject: [PATCH 2/2] docs: update pygments to 2.21.0 and pymdown-extensions to 11.0.2 --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fbe6ed8b8..1743e3f5c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ -pygments==2.20.0 +pygments==2.21.0 properdocs==1.6.7 mkdocs-material==9.7.7 -pymdown-extensions==11.0.1 +pymdown-extensions==11.0.2 mkdocs-redirects==1.2.3 mkdocs-glightbox==0.5.2 mkdocs-autorefs==1.4.4