From 6a4c3a88a57c3c74660e2e268ffd705093550965 Mon Sep 17 00:00:00 2001 From: jossduff Date: Tue, 3 Mar 2026 16:31:16 -0500 Subject: [PATCH] feat(release): pull new version into readme --- README.md | 4 +++- release-please-config.json | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e2b31d..42ac430 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ The benchmark will be generated at `./gates_report.json`. In your _Nargo.toml_ file, add the version of this library you would like to install under dependency: + ```toml [dependencies] -poseidon = { tag = "v0.1.1", git = "https://github.com/noir-lang/poseidon" } +poseidon = { tag = "v0.2.6", git = "https://github.com/noir-lang/poseidon" } ``` + diff --git a/release-please-config.json b/release-please-config.json index e33ce20..971b4f3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,7 +7,13 @@ "packages": { ".": { "release-type": "simple", - "include-component-in-tag": false + "include-component-in-tag": false, + "extra-files": [ + { + "type": "generic", + "path": "README.md" + } + ] } }, "plugins": [