Skip to content

Commit 1edb19a

Browse files
committed
Bumping versions to v2.0.2
Signed-off-by: Shivansh Vij <[email protected]>
1 parent 05274f8 commit 1edb19a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polyglot_rs"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
edition = "2021"
55
description="A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages."
66
license = "Apache-2.0"

c_bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c_bindings"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
edition = "2021"
55
description="A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages."
66
license = "Apache-2.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loopholelabs/polyglot",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "Apache-2.0",
55
"description": "A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages.",
66
"homepage": "https://github.com/loopholelabs/polyglot",

polyglot.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libdir=/usr/local/lib64
44
includedir=/usr/local/include/
55

66
Name: polyglot
7-
Version: 2.0.1
7+
Version: 2.0.2
88
Description: Polyglot C/C++ Bindings
99
Requires:
1010
Libs: -L${libdir} -lpolyglot

v2/benchmarks/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21.4
55
replace github.com/loopholelabs/polyglot/v2 => ../
66

77
require (
8-
github.com/loopholelabs/polyglot/v2 v2.0.1
8+
github.com/loopholelabs/polyglot/v2 v2.0.2
99
google.golang.org/grpc v1.66.0
1010
google.golang.org/protobuf v1.34.2
1111
)

v2/version/current_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.1
1+
v2.0.2

0 commit comments

Comments
 (0)