Skip to content

Commit

Permalink
Prepare for 0.6.2 release and remove references to deepgram-devs org (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdyer authored Aug 26, 2024
1 parent 828c908 commit b245505
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.6.1...HEAD)
## [Unreleased](https://github.com/deepgram/deepgram-rust-sdk/compare/0.6.2...HEAD)

## [0.6.1](https://github.com/deepgram-devs/deepgram-rust-sdk/compare/0.6.0...0.6.1)
- Update documentation to point to
[deepgram/deepgram-rust-sdk](https://github.com/deepgram/deepgram-rust-sdk).

## [0.6.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.6.1...0.6.2)

-
## [0.6.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.6.0...0.6.1)

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

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

### Migrating from 0.4.0 -> 0.6.0

Expand Down Expand Up @@ -131,14 +137,14 @@ Some Enums have changed and may need to be updated
- custom_topics
- custom_topic_mode

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

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

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

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

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

### Added
- Derive `Serialize` for all response types.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**NOTICE**: *For the majority of situations, please use the dev branch as the base for your pull request.
We only update the main branch when we release a new version of the package.
[More info](https://github.com/deepgram-devs/deepgram-rust-sdk/wiki/Branches).*
[More info](https://github.com/deepgram/deepgram-rust-sdk/wiki/Branches).*

# Contributing Guidelines

Expand Down Expand Up @@ -46,4 +46,4 @@ continue to add more commits to the branch you have sent the Pull Request from.
3. Create a new branch and check it out.
4. Make your changes and commit them. (Did the tests pass? No linting errors?)
5. Push your new branch to your fork.
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.
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.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deepgram"
version = "0.6.1"
version = "0.6.2"
authors = ["Deepgram <[email protected]>"]
edition = "2021"
description = "Official Rust SDK for Deepgram's automated speech recognition APIs."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ cargo build
We love to hear from you so if you have questions, comments or find a bug in the
project, let us know! You can either:

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

[license]: LICENSE.txt
[license]: LICENSE.txt

0 comments on commit b245505

Please sign in to comment.