Setup pre-release files

This commit is contained in:
sorawee
2023-10-26 04:41:47 +00:00
committed by sorawee
parent d788ca2cd1
commit ca0b12db2e
3 changed files with 11 additions and 0 deletions

0
.CHANGELOG.md.initial Normal file
View File

1
.pre_release.counter Normal file
View File

@@ -0,0 +1 @@
1

View File

@@ -0,0 +1,10 @@
## v1.0.0-rc1 - 2023-10-26
### Changed
- Changed the supported Circom version from 2.0.7 to 2.1.6.
- Suppress ANSI code in JSON logging for now, since the console shows the code raw, which is difficult to read.
- Update gitignore file to ignore .venv for release_helpers
### Fixed
- Fix Docker image building by switching to path context (as opposed to the Git context which has issues with private Git submodules).
- Fix username and password for Docker base image build