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.4 .0"
2+ "." : " 0.5 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 25
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-021b48afe1d6e3f54c4ebe3d0da4beb3fb8b69a6d384a4aeadbc5bab7f967603 .yml
3- openapi_spec_hash : 2aa5b59d78c708b094acf29cc0d9a68a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-d04e3c285c2f57723b288ee69b1d78b7bb928aae403203b2cdd524dd195e55b2 .yml
3+ openapi_spec_hash : e33db883d584bc8573897391f3edb105
44config_hash : c7b0cdaba3b9797b77efd89e1754d803
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.0 (2026-06-29)
4+
5+ Full Changelog: [ v0.4.0...v0.5.0] ( https://github.com/context-dot-dev/context-dev-cli/compare/v0.4.0...v0.5.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 5deab14] ( https://github.com/context-dot-dev/context-dev-cli/commit/5deab142468bc18e41383400e9d14ad5cc905508 ) )
10+
311## 0.4.0 (2026-06-27)
412
513Full Changelog: [ v0.3.0...v0.4.0] ( https://github.com/context-dot-dev/context-dev-cli/compare/v0.3.0...v0.4.0 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/charmbracelet/bubbletea v1.3.6
88 github.com/charmbracelet/lipgloss v1.1.0
99 github.com/charmbracelet/x/term v0.2.1
10- github.com/context-dot-dev/context-go-sdk v1.2 .0
10+ github.com/context-dot-dev/context-go-sdk v1.3 .0
1111 github.com/goccy/go-yaml v1.18.0
1212 github.com/itchyny/json2yaml v0.1.4
1313 github.com/muesli/reflow v0.3.0
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/charmbracelet/x/exp/golden v0.0.0-20241011142426-46044092ad91 h1:payR
1818github.com/charmbracelet/x/exp/golden v0.0.0-20241011142426-46044092ad91 /go.mod h1:wDlXFlCrmJ8J+swcL/MnGUuYnqgQdW9rhSD61oNMb6U =
1919github.com/charmbracelet/x/term v0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ =
2020github.com/charmbracelet/x/term v0.2.1 /go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg =
21- github.com/context-dot-dev/context-go-sdk v1.2 .0 h1:fFXWrYeZK8WFJhrGLEm3XSHomUMJwLYT9p9H5stJ1m4 =
22- github.com/context-dot-dev/context-go-sdk v1.2 .0 /go.mod h1:YwbwUXSpQRB5LdVmgyIyZhIgKyulaeQmVWxylI4KE54 =
21+ github.com/context-dot-dev/context-go-sdk v1.3 .0 h1:OyRxjHshWXnF8At15QOLpYJ5913Ytt7az7PviGVxbJA =
22+ github.com/context-dot-dev/context-go-sdk v1.3 .0 /go.mod h1:YwbwUXSpQRB5LdVmgyIyZhIgKyulaeQmVWxylI4KE54 =
2323github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
2424github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
2525github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
Original file line number Diff line number Diff line change 22
33package cmd
44
5- const Version = "0.4 .0" // x-release-please-version
5+ const Version = "0.5 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments