From e540d91e29f520f08d659ab6b51e1c3eda22fa1c Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Wed, 12 Nov 2025 09:17:44 +0100 Subject: [PATCH 1/2] bump version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7584b91..8c76d6845 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install, simply add `foundry-compilers` to your cargo dependencies. ```toml [dependencies] -foundry-compilers = "0.18.3" +foundry-compilers = "0.19.5" ``` Example usage: From 7a8b0796c00e884b3d60d35ea6305763056e9e66 Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Wed, 12 Nov 2025 09:35:47 +0100 Subject: [PATCH 2/2] bump to 0.19.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c76d6845..5677e677f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install, simply add `foundry-compilers` to your cargo dependencies. ```toml [dependencies] -foundry-compilers = "0.19.5" +foundry-compilers = "0.19.6" ``` Example usage: