File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.17 " ,
3- "packages/deepctl-core" : " 0.2.7 " ,
2+ "." : " 0.2.18 " ,
3+ "packages/deepctl-core" : " 0.2.8 " ,
44 "packages/deepctl-shared-utils" : " 0.1.11" ,
55 "packages/deepctl-cmd-api" : " 0.0.2" ,
66 "packages/deepctl-cmd-login" : " 0.1.14" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.18] ( https://github.com/deepgram/cli/compare/v0.2.17...v0.2.18 ) (2026-04-04)
4+
5+
6+ ### Features
7+
8+ * ** auth:** implement JWT-based device flow with silent token refresh ([ 0817978] ( https://github.com/deepgram/cli/commit/08179787f87ba10ca881541495519ff6fdd8ec99 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** resolve deepgram-mcp from PyPI instead of local path ([ dfe0030] ( https://github.com/deepgram/cli/commit/dfe003017f1ad436e7233277f7911502015c4d51 ) )
14+
315## [ 0.2.17] ( https://github.com/deepgram/cli/compare/v0.2.16...v0.2.17 ) (2026-03-31)
416
517
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.8] ( https://github.com/deepgram/cli/compare/deepctl-core-v0.2.7...deepctl-core-v0.2.8 ) (2026-04-04)
4+
5+
6+ ### Features
7+
8+ * ** auth:** implement JWT-based device flow with silent token refresh ([ 0817978] ( https://github.com/deepgram/cli/commit/08179787f87ba10ca881541495519ff6fdd8ec99 ) )
9+
310## [ 0.2.7] ( https://github.com/deepgram/cli/compare/deepctl-core-v0.2.6...deepctl-core-v0.2.7 ) (2026-03-31)
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-core"
7- version = " 0.2.7 " # x-release-please-version
7+ version = " 0.2.8 " # x-release-please-version
88description = " Core components for deepctl"
99readme = " README.md"
1010license = " MIT"
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.17 " # x-release-please-version
7+ version = " 0.2.18 " # 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.17 " # x-release-please-version
4+ __version__ = "0.2.18 " # 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