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.1 .0"
2+ "." : " 0.2 .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-ccc3d15a43be0505cabc52b9bd35e75ebdf072246b1563eab29e644bfc21e766 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-3024c2681b0acf12535d68f39c1b49113330548513a54b276116cd3f2eda182e .yml
33openapi_spec_hash : ab3a6473e575381cacd245bf54dcf0f7
4- config_hash : eebf67a9c2ccfe2641980c154d7a698e
4+ config_hash : b0f343b2ab3baebad7b0d6d51f0f16fc
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0 (2026-06-21)
4+
5+ Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/context-dot-dev/context-dev-cli/compare/v0.1.0...v0.2.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ f6c4de7] ( https://github.com/context-dot-dev/context-dev-cli/commit/f6c4de7fc399ff172e50ec287aa6302d69741c13 ) )
10+
311## 0.1.0 (2026-06-19)
412
513Full Changelog: [ v0.0.2...v0.1.0] ( https://github.com/context-dot-dev/context-dev-cli/compare/v0.0.2...v0.1.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.0 .0
10+ github.com/context-dot-dev/context-go-sdk v1.1 .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.0 .0 h1:UtV1z6YJwKoDPdjRtavedwyryKCgyTQ7pRbxcs+KWfY =
22- github.com/context-dot-dev/context-go-sdk v1.0 .0 /go.mod h1:YwbwUXSpQRB5LdVmgyIyZhIgKyulaeQmVWxylI4KE54 =
21+ github.com/context-dot-dev/context-go-sdk v1.1 .0 h1:CwBPH2p3b2eA3euoV3h9wFNT7/obkeXeGXrCWPKv9tc =
22+ github.com/context-dot-dev/context-go-sdk v1.1 .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.1 .0" // x-release-please-version
5+ const Version = "0.2 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments