Skip to content

Commit

Permalink
release: 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 21, 2025
1 parent 7315a26 commit 314759f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.14.0"
".": "1.15.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.15.0 (2025-01-21)

Full Changelog: [v1.14.0...v1.15.0](https://github.com/Finch-API/finch-api-go/compare/v1.14.0...v1.15.0)

### Features

* support deprecated markers ([#300](https://github.com/Finch-API/finch-api-go/issues/300)) ([806ce25](https://github.com/Finch-API/finch-api-go/commit/806ce258f64e70e98f24ae465cf7d6356953167e))


### Bug Fixes

* fix apijson.Port for embedded structs ([#297](https://github.com/Finch-API/finch-api-go/issues/297)) ([1bfa198](https://github.com/Finch-API/finch-api-go/commit/1bfa198f18ad9e712ff25f358d118db48983efab))
* fix apijson.Port for embedded structs ([#299](https://github.com/Finch-API/finch-api-go/issues/299)) ([3b7efb3](https://github.com/Finch-API/finch-api-go/commit/3b7efb331c46db452a7fc880b471860a07f21355))

## 1.14.0 (2025-01-09)

Full Changelog: [v1.13.1...v1.14.0](https://github.com/Finch-API/finch-api-go/compare/v1.13.1...v1.14.0)
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/Finch-API/finch-api-go@v1.14.0'
go get -u 'github.com/Finch-API/finch-api-go@v1.15.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 = "1.14.0" // x-release-please-version
const PackageVersion = "1.15.0" // x-release-please-version

0 comments on commit 314759f

Please sign in to comment.