Skip to content

Commit b245505

Browse files
authored
Prepare for 0.6.2 release and remove references to deepgram-devs org (#93)
1 parent 828c908 commit b245505

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ 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](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.6.1...HEAD)
7+
## [Unreleased](https://github.com/deepgram/deepgram-rust-sdk/compare/0.6.2...HEAD)
88

9-
## [0.6.1](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.6.0...0.6.1)
9+
- Update documentation to point to
10+
[deepgram/deepgram-rust-sdk](https://github.com/deepgram/deepgram-rust-sdk).
11+
12+
## [0.6.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.6.1...0.6.2)
13+
14+
-
15+
## [0.6.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.6.0...0.6.1)
1016

1117
- Implement `From<String>` for `Model`, `Language`, and `Redact`
1218
- Add callback support to websocket connections.
1319

14-
## [0.6.0](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.5.0...0.6.0) - 2024-08-08
20+
## [0.6.0](https://github.com/deepgram/deepgram-rust-sdk/compare/0.5.0...0.6.0) - 2024-08-08
1521

1622
### Migrating from 0.4.0 -> 0.6.0
1723

@@ -131,14 +137,14 @@ Some Enums have changed and may need to be updated
131137
- custom_topics
132138
- custom_topic_mode
133139

134-
## [0.5.0](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.4.0...0.5.0) - 2024-07-08
140+
## [0.5.0](https://github.com/deepgram/deepgram-rust-sdk/compare/0.4.0...0.5.0) - 2024-07-08
135141

136142
- Deprecate tiers and add explicit support for all currently available models.
137143
- Expand language enum to include all currently-supported languages.
138144
- Add (default on) feature flags for live and prerecorded transcription.
139145
- Support arbitrary query params in transcription options.
140146

141-
## [0.4.0](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.3.0...0.4.0) - 2023-11-01
147+
## [0.4.0](https://github.com/deepgram/deepgram-rust-sdk/compare/0.3.0...0.4.0) - 2023-11-01
142148

143149
### Added
144150
- `detect_language` option.
@@ -147,7 +153,7 @@ Some Enums have changed and may need to be updated
147153
- Remove generic from `Deepgram` struct.
148154
- Upgrade dependencies: `tungstenite`, `tokio-tungstenite`, `reqwest`.
149155

150-
## [0.3.0](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.2.1...0.3.0) - 2023-07-26
156+
## [0.3.0](https://github.com/deepgram/deepgram-rust-sdk/compare/0.2.1...0.3.0) - 2023-07-26
151157

152158
### Added
153159
- Derive `Serialize` for all response types.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**NOTICE**: *For the majority of situations, please use the dev branch as the base for your pull request.
22
We only update the main branch when we release a new version of the package.
3-
[More info](https://github.com/deepgram-devs/deepgram-rust-sdk/wiki/Branches).*
3+
[More info](https://github.com/deepgram/deepgram-rust-sdk/wiki/Branches).*
44

55
# Contributing Guidelines
66

@@ -46,4 +46,4 @@ continue to add more commits to the branch you have sent the Pull Request from.
4646
3. Create a new branch and check it out.
4747
4. Make your changes and commit them. (Did the tests pass? No linting errors?)
4848
5. Push your new branch to your fork.
49-
6. Open a Pull Request from your new branch to the [`deepgram-devs/deepgram-rust-sdk`](https://github.com/deepgram-devs/deepgram-rust-sdk)'s `dev` branch.
49+
6. Open a Pull Request from your new branch to the [`deepgram/deepgram-rust-sdk`](https://github.com/deepgram/deepgram-rust-sdk)'s `dev` branch.

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.6.1"
3+
version = "0.6.2"
44
authors = ["Deepgram <developers@deepgram.com>"]
55
edition = "2021"
66
description = "Official Rust SDK for Deepgram's automated speech recognition APIs."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ cargo build
5757
We love to hear from you so if you have questions, comments or find a bug in the
5858
project, let us know! You can either:
5959

60-
- [Open an issue in this repository](https://github.com/deepgram-devs/deepgram-rust-sdk/issues/new)
60+
- [Open an issue in this repository](https://github.com/deepgram/deepgram-rust-sdk/issues/new)
6161
- [Join the Deepgram Github Discussions Community](https://github.com/orgs/deepgram/discussions)
6262
- [Join the Deepgram Discord Community](https://discord.gg/xWRaCDBtW4)
6363

64-
[license]: LICENSE.txt
64+
[license]: LICENSE.txt

0 commit comments

Comments
 (0)