Skip to content

Commit 9e77ddd

Browse files
authored
chore: release main (#340)
1 parent 3335a52 commit 9e77ddd

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"toad-common": "0.15.0",
55
"toad-cursor": "0.2.0",
66
"toad-hash": "0.3.0",
7-
"toad-jni": "0.16.0",
7+
"toad-jni": "0.16.1",
88
"toad-len": "0.1.3",
99
"toad-macros": "0.2.1",
1010
"toad-map": "0.2.3",

toad-jni/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.1](https://github.com/toad-lib/toad/compare/toad-jni-v0.16.0...toad-jni-v0.16.1) (2023-04-26)
4+
5+
6+
### Bug Fixes
7+
8+
* bump toad to 0.19.1 ([#339](https://github.com/toad-lib/toad/issues/339)) ([3335a52](https://github.com/toad-lib/toad/commit/3335a52ddbde5d92efa43f720628c032ffc416ac))
9+
310
## [0.16.0](https://github.com/toad-lib/toad/compare/toad-jni-v0.15.0...toad-jni-v0.16.0) (2023-04-24)
411

512

toad-jni/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toad-jni"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2021"
55
description = "JNI abstractions and bindings used by the toad ecosystem"
66
authors = ["Orion Kindel <cakekindel@gmail.com>"]

0 commit comments

Comments
 (0)