Skip to content

Commit d6d6b64

Browse files
chore: release main
1 parent 768f34f commit d6d6b64

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.2.18",
2+
".": "0.2.19",
33
"packages/deepctl-core": "0.2.8",
44
"packages/deepctl-shared-utils": "0.1.11",
55
"packages/deepctl-cmd-api": "0.0.2",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.19](https://github.com/deepgram/cli/compare/v0.2.18...v0.2.19) (2026-04-04)
4+
5+
6+
### Features
7+
8+
* **debug:** add toolkit subcommand for deepgram/support-toolkit scripts ([768f34f](https://github.com/deepgram/cli/commit/768f34f485a499a2433596094bc5c7bada416361))
9+
310
## [0.2.18](https://github.com/deepgram/cli/compare/v0.2.17...v0.2.18) (2026-04-04)
411

512

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 = "deepctl"
7-
version = "0.2.18" # x-release-please-version
7+
version = "0.2.19" # x-release-please-version
88
description = "Official Deepgram CLI for speech recognition and audio intelligence"
99
readme = "README.md"
1010
license = "MIT"

src/deepctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""deepctl - Official command-line interface for Deepgram's speech
22
recognition API."""
33

4-
__version__ = "0.2.18" # x-release-please-version
4+
__version__ = "0.2.19" # x-release-please-version
55
__author__ = "Deepgram"
66
__email__ = "devrel@deepgram.com"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)