From dadd8ca7496d36ead6a20cc916f750c310a8f0ef Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Wed, 12 Apr 2023 20:02:32 -0500 Subject: [PATCH] chore: release main (#303) --- .release-please-manifest.json | 2 +- toad-jni/CHANGELOG.md | 7 +++++++ toad-jni/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51a6e70a..2d2e2461 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "toad-common": "0.15.0", "toad-cursor": "0.2.0", "toad-hash": "0.3.0", - "toad-jni": "0.8.0", + "toad-jni": "0.9.0", "toad-len": "0.1.3", "toad-macros": "0.2.1", "toad-map": "0.2.3", diff --git a/toad-jni/CHANGELOG.md b/toad-jni/CHANGELOG.md index c089e4dd..e8354ea2 100644 --- a/toad-jni/CHANGELOG.md +++ b/toad-jni/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/toad-lib/toad/compare/toad-jni-v0.8.0...toad-jni-v0.9.0) (2023-04-13) + + +### Features + +* add DatagramChannel + impl toad::net::Socket ([#302](https://github.com/toad-lib/toad/issues/302)) ([55230ea](https://github.com/toad-lib/toad/commit/55230eae2e8b9ee8466cec143c3b17e1148a0097)) + ## [0.8.0](https://github.com/toad-lib/toad/compare/toad-jni-v0.7.0...toad-jni-v0.8.0) (2023-04-11) diff --git a/toad-jni/Cargo.toml b/toad-jni/Cargo.toml index 8dec9496..433e85d8 100644 --- a/toad-jni/Cargo.toml +++ b/toad-jni/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-jni" -version = "0.8.0" +version = "0.9.0" edition = "2021" description = "JNI abstractions and bindings used by the toad ecosystem" authors = ["Orion Kindel "]