Skip to content

Commit 1e924a2

Browse files
authored
Prepare/0.8.8 (#130)
* update changelog * bump version * bump some dependency versions
1 parent dfed5a9 commit 1e924a2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.8.8 ###
2+
* :star: Modernize lints and CI workflows. See [#129](https://github.com/stepfunc/oo_bindgen/pull/129).
3+
* :star: Add RID for aarch64-pc-windows-msvc in .NET backend
4+
15
### 0.8.7 ###
26
* :star: Sets assembly version information to match the schema in C# backend
37

oo-bindgen/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oo-bindgen"
3-
version = "0.8.7"
3+
version = "0.8.8"
44
authors = ["Step Function I/O LLC <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -11,12 +11,12 @@ readme = "../README.md"
1111
[dependencies]
1212
clap = { version = "4", features = ["derive"] }
1313
dunce = "1.0.1"
14-
thiserror = "1.0.20" # jni crate requires this patch version or better for some reason
14+
thiserror = "2.0" # jni crate requires this patch version or better for some reason
1515
semver = "1"
1616
regex = "1"
1717
lazy_static = "1.3"
1818
backtrace = "0.3"
19-
heck = "0.4"
19+
heck = "0.5"
2020
platforms = "2"
2121
serde = { version = "1.0.126", features = ["derive"] }
2222
serde_json = "1"

0 commit comments

Comments
 (0)