Skip to content

Commit c2534d5

Browse files
release: 0.2.0
1 parent a050872 commit c2534d5

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/scalar/scalar-go/compare/v0.1.0...v0.2.0) (2026-07-20)
4+
5+
6+
### Features
7+
8+
* **api:** initial SDK generation ([a74adc7](https://github.com/scalar/scalar-go/commit/a74adc70bc83ace7f96538f6b7197b56a9774d2e))
9+
10+
11+
### Chores
12+
13+
* **api:** update generated SDK content ([9fa10b8](https://github.com/scalar/scalar-go/commit/9fa10b812e871152c627ba33cca581b7b0d2cf71))

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0" // x-release-please-version
5+
const PackageVersion = "0.2.0" // x-release-please-version

0 commit comments

Comments
 (0)