From 4e1f14d3e5483a81712e9c6b445c9e73373ffb53 Mon Sep 17 00:00:00 2001
From: Taichi Ishitani <taichi730@gmail.com>
Date: Thu, 28 Nov 2024 23:18:38 +0900
Subject: [PATCH] update RgGen to 0.33.4 and add rggen-veryl

---
 Dockerfile   | 2 +-
 README.md    | 1 +
 version.yaml | 7 ++++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3b68714..880d4a7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ FROM ruby:3.3-alpine
 
 COPY --from=builder /usr/local/bundle /usr/local/bundle
 
-ENV RGGEN_PLUGINS rggen-verilog:rggen-vhdl
+ENV RGGEN_PLUGINS rggen-verilog:rggen-veryl:rggen-vhdl
 
 WORKDIR /work
 ENTRYPOINT [ "rggen" ]
diff --git a/README.md b/README.md
index 4d256ac..c1ad945 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ This is a Docker image to allow you to use RgGen easily. This image contains:
 * [Ruby execution environment](https://hub.docker.com/_/ruby)
 * [RgGen](https://github.com/rggen/rggen)
 * [RgGen::Verilog](https://github.com/rggen/rggen-verilog)
+* [RgGen::Veryl](https://github.com/rggen/rggen-veryl)
 * [RgGen::VHDL](https://github.com/rggen/rggen-vhdl)
 
 ## Usage
diff --git a/version.yaml b/version.yaml
index 1a3bee7..0f772dc 100644
--- a/version.yaml
+++ b/version.yaml
@@ -1,3 +1,4 @@
-rggen: 0.33.3
-rggen-verilog: 0.11.0
-rggen-vhdl: 0.10.0
+rggen: 0.33.4
+rggen-verilog: 0.11.1
+rggen-veryl: 0.1.0
+rggen-vhdl: 0.10.1