Skip to content
Open
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.19.2"
".": "0.19.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.19.3 (2026-01-06)

Full Changelog: [v0.19.2...v0.19.3](https://github.com/sst/opencode-sdk-go/compare/v0.19.2...v0.19.3)

### Chores

* **internal:** codegen related update ([07a9537](https://github.com/sst/opencode-sdk-go/commit/07a9537b28779927c9bfaa1eddad7b757f018a3d))

## 0.19.2 (2025-12-18)

Full Changelog: [v0.19.1...v0.19.2](https://github.com/sst/opencode-sdk-go/compare/v0.19.1...v0.19.2)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2025 opencode
Copyright 2026 opencode

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/sst/[email protected].2'
go get -u 'github.com/sst/[email protected].3'
```

<!-- 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.19.2" // x-release-please-version
const PackageVersion = "0.19.3" // x-release-please-version