Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds committed Mar 14, 2024
1 parent 8c7109f commit 3ab6dee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[v1.1.2]: https://github.com/loopholelabs/scale/compare/v1.1.2
[v1.1.1]: https://github.com/loopholelabs/scale/compare/v1.1.1
[v1.1.0]: https://github.com/loopholelabs/scale/compare/v1.1.0

## [v1.2.0] - 2024-03-14

### Changes

- Updated the names of error values in Go to fit with Go's standard code-style conventions
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polyglot_rs"
version = "1.1.4"
version = "1.2.0"
edition = "2021"
description="A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/loopholelabs/polyglot => ../

require (
github.com/loopholelabs/polyglot v1.1.4
github.com/loopholelabs/polyglot v1.2.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.33.0
)
Expand Down
2 changes: 1 addition & 1 deletion c_bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c_bindings"
version = "1.1.4"
version = "1.2.0"
edition = "2021"
description="A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopholelabs/polyglot",
"version": "1.1.4",
"version": "1.2.0",
"license": "Apache-2.0",
"description": "A high-performance serialization framework used for encoding and decoding arbitrary datastructures across languages.",
"homepage": "https://github.com/loopholelabs/polyglot",
Expand Down
4 changes: 2 additions & 2 deletions polyglot.pc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ libdir=/usr/local/lib64
includedir=/usr/local/include/

Name: polyglot
Version: 1.1.4
Version: 1.2.0
Description: Polyglot C/C++ Bindings
Requires:
Libs: -L${libdir} -lpolyglot
Cflags: -I${includedir}
Cflags: -I${includedir}

0 comments on commit 3ab6dee

Please sign in to comment.