Skip to content

Commit ad05526

Browse files
authored
chore: Release (0.3.0) (#17)
1 parent a2fcb9a commit ad05526

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.6"
2+
".": "0.3.0"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/crate-crypto/peerdas-kzg/compare/v0.2.6...v0.3.0) (2024-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Change bootstrap commit ([3f59841](https://github.com/crate-crypto/peerdas-kzg/commit/3f598415a8d27cc73fa3d12c9d15b2e1a1afdd25))
9+
* Change file name to releases to not conflict with the yml file ([4f549e9](https://github.com/crate-crypto/peerdas-kzg/commit/4f549e94c27d58c1c28f47aeef1ab3e1e54f81e8))
10+
* Remove changelog ([9bb717a](https://github.com/crate-crypto/peerdas-kzg/commit/9bb717ae4b05227544b968c92b1092fee63dd72b))
11+
* Remove file structure and add prefix to workflows ([0e5f747](https://github.com/crate-crypto/peerdas-kzg/commit/0e5f747f8b4137dd7b47c2525ee6eb97bebdb23c))
12+
* Remove run prefix ([13d0a6c](https://github.com/crate-crypto/peerdas-kzg/commit/13d0a6c9d412f3848a4d6fdd843b1030eed82f78))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* Release 0.0.1 ([d81e9b1](https://github.com/crate-crypto/peerdas-kzg/commit/d81e9b1e8dcdc7a9f1909db9ee48ed212ee65229))
18+
* Release 0.3.0 ([a2fcb9a](https://github.com/crate-crypto/peerdas-kzg/commit/a2fcb9afd65dc81b90c50a4062bc2023a53e6b56))

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ resolver = "2"
1717
authors = ["Kevaundray Wedderburn <kev@the.dev>"]
1818
edition = "2021"
1919
license = "MIT"
20-
version = "0.2.6"
20+
version = "0.3.0"
2121
rust-version = "1.66"
2222
repository = "https://github.com/crate-crypto/peerdas-kzg"
2323

2424
[workspace.dependencies]
2525
# These names are essentially a way to achieve scoping when we publish to crates.io
2626
# Ideally we don't publish bls12_381 and polynomial, but crates.io requires
2727
# all dependencies to be published and not local.
28-
bls12_381 = { package = "crate_crypto_internal_peerdas_bls12_381", version = "0.2.6", path = "bls12_381" }
29-
polynomial = { package = "crate_crypto_internal_peerdas_polynomial", version = "0.2.6", path = "polynomial" }
30-
eip7594 = { version = "0.2.6", path = "eip7594" }
31-
kzg_multi_open = { package = "crate_crypto_kzg_multi_open_fk20", version = "0.2.6", path = "kzg_multi_open" }
32-
c_peerdas_kzg = { version = "0.2.6", path = "bindings/c" }
28+
bls12_381 = { package = "crate_crypto_internal_peerdas_bls12_381", version = "0.3.0", path = "bls12_381" }
29+
polynomial = { package = "crate_crypto_internal_peerdas_polynomial", version = "0.3.0", path = "polynomial" }
30+
eip7594 = { version = "0.3.0", path = "eip7594" }
31+
kzg_multi_open = { package = "crate_crypto_kzg_multi_open_fk20", version = "0.3.0", path = "kzg_multi_open" }
32+
c_peerdas_kzg = { version = "0.3.0", path = "bindings/c" }
3333
hex = "0.4.3"
3434
rayon = "1.10.0"

bindings/nim/nim_code/nim_peerdas_kzg/nim_peerdas_kzg.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package
22

33
# x-release-please-start-version
4-
version = "0.2.6"
4+
version = "0.3.0"
55
# x-release-please-end
66

77
author = "Kevaundray Wedderburn"

0 commit comments

Comments
 (0)