Skip to content

Commit fc86984

Browse files
chore(main): release 2.0.0 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c6e563 commit fc86984

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

8+
## [2.0.0](https://github.com/deepgram/deepgram-python-captions/compare/v1.2.0...v2.0.0) (2026-03-29)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* webvtt() and srt() now raise EmptyTranscriptException when the converter returns no lines; previously returned an empty string.
14+
15+
### Features
16+
17+
* modernise project to current Deepgram Python standards ([#20](https://github.com/deepgram/deepgram-python-captions/issues/20)) ([0c6e563](https://github.com/deepgram/deepgram-python-captions/commit/0c6e5637cc65cc3f3fc72ffcf511aa8c237dfd0a))
18+
819
## [1.2.0] - 2024-03-15
920

1021
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deepgram-captions"
7-
version = "1.2.0"
7+
version = "2.0.0"
88
description = "Official Python library for generating WebVTT and SRT captions from Deepgram and other speech-to-text API responses"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)