Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.2.18",
".": "0.2.19",
"packages/deepctl-core": "0.2.8",
"packages/deepctl-shared-utils": "0.1.11",
"packages/deepctl-cmd-api": "0.0.2",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.19](https://github.com/deepgram/cli/compare/v0.2.18...v0.2.19) (2026-04-05)


### Features

* **debug:** add toolkit subcommand for deepgram/support-toolkit scripts ([768f34f](https://github.com/deepgram/cli/commit/768f34f485a499a2433596094bc5c7bada416361))


### Documentation

* add dx-stack rules to CLAUDE.md, add cross-stack hook ([f4fbf3e](https://github.com/deepgram/cli/commit/f4fbf3e69382d47f1ac195e7a1068c658892eb93))

## [0.2.18](https://github.com/deepgram/cli/compare/v0.2.17...v0.2.18) (2026-04-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deepctl"
version = "0.2.18" # x-release-please-version
version = "0.2.19" # x-release-please-version
description = "Official Deepgram CLI for speech recognition and audio intelligence"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/deepctl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""deepctl - Official command-line interface for Deepgram's speech
recognition API."""

__version__ = "0.2.18" # x-release-please-version
__version__ = "0.2.19" # x-release-please-version
__author__ = "Deepgram"
__email__ = "devrel@deepgram.com"
__license__ = "MIT"
Expand Down
Loading