Skip to content

Commit 697ce7c

Browse files
authored
Release 0.3.0 (#48)
1 parent 1bce357 commit 697ce7c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.3.0]
88

99
### Added
1010
- Derive `Serialize` for all response types.
1111

12-
[Unreleased]: https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.2.1...HEAD
12+
### Fixed
13+
- Use the users builder options when building a streaming URL.
14+
- Make sure that `Future` returned from `StreamRequestBuilder::start()` is `Send`.
15+
16+
### Changed
17+
- Use Rustls instead of OpenSSL.
18+
19+
[0.3.0]: https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.2.1...0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deepgram"
3-
version = "0.3.0-alpha.2"
3+
version = "0.3.0"
44
authors = ["Deepgram <[email protected]>"]
55
edition = "2021"
66
description = "Official Rust SDK for Deepgram's automated speech recognition APIs."

0 commit comments

Comments
 (0)