changelog and version bumps

This commit is contained in:
Artem
2025-07-31 21:30:16 +04:00
parent e95ad5eeae
commit 317be4697a
9 changed files with 83 additions and 5 deletions

View 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

View File

@@ -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",

View 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

View File

@@ -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",

View 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

View File

@@ -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
View 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

View File

@@ -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",