|
|
@@ -5,6 +5,20 @@ 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.1.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
+## [0.2.3] - 2026-08-04
|
|
|
+
|
|
|
+### Changes
|
|
|
+
|
|
|
+- Depend on `sigma-proofs` version 0.3.2
|
|
|
+- Don't warn if variables produced by the code generator end up unused
|
|
|
+- Remove unused variable from two tests
|
|
|
+
|
|
|
+### Fixes
|
|
|
+
|
|
|
+- Use our own re-exporting of `subtle`, not the one in
|
|
|
+ `group::ff::derive::subtle`. We don't want to depend on `ff::derive`
|
|
|
+ even existing, because it's feature-gated.
|
|
|
+
|
|
|
## [0.2.2] - 2026-04-01
|
|
|
|
|
|
### Changes
|
|
|
@@ -49,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
- Initial release
|
|
|
|
|
|
+[0.2.3]: https://git-crysp.uwaterloo.ca/SigmaProtocol/sigma-compiler/src/0.2.3
|
|
|
[0.2.2]: https://git-crysp.uwaterloo.ca/SigmaProtocol/sigma-compiler/src/0.2.2
|
|
|
[0.2.1]: https://git-crysp.uwaterloo.ca/SigmaProtocol/sigma-compiler/src/0.2.1
|
|
|
[0.2.0]: https://git-crysp.uwaterloo.ca/SigmaProtocol/sigma-compiler/src/0.2.0
|