Skip to content

Commit 32671bc

Browse files
jtszalaybmpngrok
authored andcommitted
chore: bump Cargo.toml version to 0.12.0
1 parent 4d4f8ce commit 32671bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!-- Code generated for API Clients. DO NOT EDIT. -->
2+
## 0.12.0
3+
* **BREAKING**: Upgraded `reqwest` from `0.11` to `0.12`. If you pass a custom `reqwest::Client` via the builder, you must upgrade your `reqwest` dependency to `0.12`.
4+
* Switched TLS backend from `native-tls` to `rustls-tls` to fix compilation failures with recent Rust nightly toolchains.
5+
26
## 0.11.0
37
* Add support for `resolves_to` on Reserved Domains.
48
* Deprecate API filtering via `id` and `url` query parameters. Please migrate to the filtering syntax described in [API Filtering](https://ngrok.com/docs/api/api-filtering).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ngrok-api"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
license = "MIT"
66
description = "ngrok API client library for Rust"

0 commit comments

Comments
 (0)