Skip to content

Commit 936125d

Browse files
authored
Bump version to v2.1.3 (#602)
1 parent b6ac259 commit 936125d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/csharp-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches:
1212
- main
1313
env:
14-
binding_build_number_based_version: 2.1.2.${{ github.run_number }}
14+
binding_build_number_based_version: 2.1.3.${{ github.run_number }}
1515

1616
jobs:
1717
build-ckzg:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c-kzg"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C."

bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<RepositoryType>git</RepositoryType>
2424
<RepositoryUrl>https://github.com/ethereum/c-kzg-4844</RepositoryUrl>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26-
<Version>0.2.1.2</Version>
26+
<Version>0.2.1.3</Version>
2727
<!-- Disable the warnings about using UInt64-->
2828
<NoWarn>$(NoWarn);IDE0049</NoWarn>
2929
</PropertyGroup>

bindings/node.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c-kzg",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "NodeJS bindings for C-KZG",
55
"contributors": [
66
"Matthew Keil <[email protected]>",

fuzz/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kzg4844.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mode = ScriptMode.Verbose
55
##################################################
66

77
packageName = "kzg4844"
8-
version = "2.1.2"
8+
version = "2.1.3"
99
author = "Andri Lim"
1010
description = "Nim wrapper of c-kzg-4844"
1111
license = "Apache License 2.0"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule CKZG.MixProject do
22
use Mix.Project
33

4-
@version "2.1.2"
4+
@version "2.1.3"
55

66
def project do
77
# Make cwd always `bindings/elixir`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424

2525
setup(
2626
name="ckzg",
27-
version="2.1.2",
27+
version="2.1.3",
2828
author="Ethereum Foundation",
2929
author_email="[email protected]",
3030
url="https://github.com/ethereum/c-kzg-4844",

0 commit comments

Comments
 (0)