Skip to content

Commit

Permalink
chore: release main (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel authored Apr 13, 2023
1 parent 55230ea commit dadd8ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions toad-jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion toad-jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit dadd8ca

Please sign in to comment.