From 1e81c7bbdd18b096739b017bc60dcb1e2e68a3d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:33:12 +0000 Subject: [PATCH] chore: Release 0.1.0 (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d73c7b..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.0.0"} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7ffddbb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-11-21) + + +### Features + +* Add initial implementation ([#1](https://github.com/noir-lang/ec/issues/1)) ([113a06b](https://github.com/noir-lang/ec/commit/113a06b9076c89b812ca23156326a963fcd8bc65))