File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " deepctl"
7- version = " 0.2.18 " # x-release-please-version
7+ version = " 0.2.19 " # x-release-please-version
88description = " Official Deepgram CLI for speech recognition and audio intelligence"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 11"""deepctl - Official command-line interface for Deepgram's speech
22recognition 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"
You can’t perform that action at this time.
0 commit comments