mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
changelog and version bumps
This commit is contained in:
12
packages/circuits/CHANGELOG.md
Normal file
12
packages/circuits/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.0] - 2025-07-03
|
||||
|
||||
### Added
|
||||
|
||||
- Initial state of the code for upcoming releases
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@privacy-pool-core/circuits",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Circom circuits for the Privacy Pool protocol",
|
||||
"repository": "https://github.com/defi-wonderland/privacy-pool-core",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
18
packages/contracts/CHANGELOG.md
Normal file
18
packages/contracts/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.0] - 2025-07-31
|
||||
|
||||
### Added
|
||||
|
||||
- Added ComplexPool deployment script
|
||||
|
||||
## [1.0.0] - 2025-07-03
|
||||
|
||||
### Added
|
||||
|
||||
- Initial state of the code for upcoming releases
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@privacy-pool-core/contracts",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Solidity smart contracts for the Privacy Pool protocol",
|
||||
"repository": "https://github.com/defi-wonderland/privacy-pool-core",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
30
packages/relayer/CHANGELOG.md
Normal file
30
packages/relayer/CHANGELOG.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.0] - 2025-07-31
|
||||
|
||||
### Added
|
||||
|
||||
- native extra gas support
|
||||
- multi-hop swaps support
|
||||
|
||||
### Changed
|
||||
|
||||
- improved quotation endpoint
|
||||
|
||||
### Fixed
|
||||
|
||||
- CORS issues
|
||||
- fixed executable path
|
||||
|
||||
- Relayer quotation logic
|
||||
|
||||
## [1.0.0] - 2025-07-03
|
||||
|
||||
### Added
|
||||
|
||||
- Initial state of the code for upcoming releases
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@privacy-pool-core/relayer",
|
||||
"version": "0.1.0",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"description": "A simple note relayer",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
18
packages/sdk/CHANGELOG.md
Normal file
18
packages/sdk/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.1] - 2025-07-31
|
||||
|
||||
### Fixed
|
||||
|
||||
- Patched lean-imt package to fix ZK proof generation
|
||||
|
||||
## [1.0.0] - 2025-07-03
|
||||
|
||||
### Added
|
||||
|
||||
- Initial state of the code for upcoming releases
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0xbow/privacy-pools-core-sdk",
|
||||
"version": "0.1.1",
|
||||
"version": "1.0.1",
|
||||
"description": "Typescript SDK for the Privacy Pool protocol",
|
||||
"repository": "https://github.com/0xbow-io/privacy-pools-core",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user