From 40235b4fc744a2cc9161ecc78bc9eb03db1cd29a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:58:01 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3fb98e1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/pluto/custom-constraints/compare/v0.1.0...v0.1.1) - 2025-02-10 + +### Added +- circuits + CCS ([#2](https://github.com/pluto/custom-constraints/pull/2)) + +### Other +- setup dev env +- Initial commit diff --git a/Cargo.lock b/Cargo.lock index 9fdc800..b6da5e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "custom-constraints" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ark-ff", "ark-std", diff --git a/Cargo.toml b/Cargo.toml index 4adc85e..2ede0f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "custom-constraints" readme = "README.md" repository = "https://github.com/autoparallel/custom-constraints" -version = "0.1.0" +version = "0.1.1" [dependencies] ark-ff = { version = "0.5", default-features = false, features = [