Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "1.0.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 25
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-b84f53b1a92511eff85645f287ec08d43adcdcc589367c015770bde836422a65.yml
openapi_spec_hash: 71e317da7bc58cfc3bc2e4180f5b6267
config_hash: f86a4e06ae5ed725aa79d58d7a8dc27c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-aea83574a2e2963acf3791ff66f3b2d552e8b07ff00e2705ccd9a96cb3756a6e.yml
openapi_spec_hash: 3a11cd57f8e308484a461522a7f634ee
config_hash: eebf67a9c2ccfe2641980c154d7a698e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.0 (2026-06-18)

Full Changelog: [v0.12.0...v1.0.0](https://github.com/context-dot-dev/context-go-sdk/compare/v0.12.0...v1.0.0)

### Features

* **api:** api update ([9a7519c](https://github.com/context-dot-dev/context-go-sdk/commit/9a7519cc257e12c5732a92c73f1f8c23a16364ba))

## 0.12.0 (2026-06-11)

Full Changelog: [v0.11.0...v0.12.0](https://github.com/context-dot-dev/context-go-sdk/compare/v0.11.0...v0.12.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/context-dot-dev/context-go-sdk@v0.12.0'
go get -u 'github.com/context-dot-dev/context-go-sdk@v1.0.0'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.12.0" // x-release-please-version
const PackageVersion = "1.0.0" // x-release-please-version
Loading
Loading