Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jul 13, 2024
1 parent 0b936d2 commit a8a6ce8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.17.0"
".": "1.0.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,32 @@
- Let server actually perform shutdown on connection loss
- Let client throw SocketException if not connected anymore

## [1.0.0](https://github.com/JKRhb/dtls2/compare/v0.17.0...v1.0.0) (2024-07-13)


### ⚠ BREAKING CHANGES

* update dependencies
* increase minimal Dart SDK version to 3.0.0

### Features

* add security level parameter to DTLS contexts ([25ed88f](https://github.com/JKRhb/dtls2/commit/25ed88ffe8720e5e35517b6b7f25e0bdad962477))
* generate binding for SSL_CTX_set_security_level ([445c6e6](https://github.com/JKRhb/dtls2/commit/445c6e6d9115e05d066d2159917f93f8cc9d9a17))
* regenerate bindings ([7075590](https://github.com/JKRhb/dtls2/commit/7075590c089150081116cca3f0088b9850bfe7e0))


### Bug Fixes

* lower security level for main example ([274edfa](https://github.com/JKRhb/dtls2/commit/274edfac42b432d87bf34018e32ea01314f38e87))
* test ([0b936d2](https://github.com/JKRhb/dtls2/commit/0b936d20740536c7097022ad8b6a2c53bf03bb07))


### Miscellaneous Chores

* increase minimal Dart SDK version to 3.0.0 ([a4e421b](https://github.com/JKRhb/dtls2/commit/a4e421b50575d8f8e1780ff4db63dda5cc25e3fa))
* update dependencies ([9894b2b](https://github.com/JKRhb/dtls2/commit/9894b2bb654f450451ac4fa1f378d30fe3b3cdf3))

## 0.16.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: dtls2
description: A DTLS library for Dart, implemented via FFI bindings to OpenSSL.
version: 0.17.0
version: 1.0.0
repository: https://github.com/JKRhb/dtls2

environment:
Expand Down

0 comments on commit a8a6ce8

Please sign in to comment.