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.0.2 "
2+ "." : " 0.1.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-508b6e971e1d1da37221163ee6625a7f348c96a0ddbf1ea2a8dc17b6cdfb74c3 .yml
3- openapi_spec_hash : 5cf86ed865b01dfe3a159a45315ebb49
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-ccc3d15a43be0505cabc52b9bd35e75ebdf072246b1563eab29e644bfc21e766 .yml
3+ openapi_spec_hash : ab3a6473e575381cacd245bf54dcf0f7
44config_hash : eebf67a9c2ccfe2641980c154d7a698e
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0 (2026-06-19)
4+
5+ Full Changelog: [ v0.0.2...v0.1.0] ( https://github.com/context-dot-dev/context-dev-cli/compare/v0.0.2...v0.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ c1a847a] ( https://github.com/context-dot-dev/context-dev-cli/commit/c1a847ad433d451d723b8dcd37359b1fc3dd95f2 ) )
10+
311## 0.0.2 (2026-06-11)
412
513Full Changelog: [ v0.0.1...v0.0.2] ( https://github.com/context-dot-dev/context-dev-cli/compare/v0.0.1...v0.0.2 )
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 v0.12 .0
10+ github.com/context-dot-dev/context-go-sdk v1.0 .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 v0.12 .0 h1:6OPISoUaLtSt+uDW+HTkzApLf9Q+OTNKbUwYdM6JeSU =
22- github.com/context-dot-dev/context-go-sdk v0.12 .0/go.mod h1:YwbwUXSpQRB5LdVmgyIyZhIgKyulaeQmVWxylI4KE54 =
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 =
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.0.2 " // x-release-please-version
5+ const Version = "0.1.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments