Skip to content

Commit

Permalink
chore(next => main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Sep 7, 2023
1 parent 773c215 commit 46082d1
Show file tree
Hide file tree
Showing 4 changed files with 24 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 @@
{
".": "0.7.0"
".": "0.7.1"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.7.1 (2023-09-07)

Full Changelog: [v0.7.0...v0.7.1](https://github.com/lithic-com/lithic-go/compare/v0.7.0...v0.7.1)

### Features

* **api:** add tokenizations.simulate and correct typo'd enum ([#117](https://github.com/lithic-com/lithic-go/issues/117)) ([773c215](https://github.com/lithic-com/lithic-go/commit/773c2157cc66177fa08c175eac9bd85c50a767ec))
* **api:** add user defined id ([#114](https://github.com/lithic-com/lithic-go/issues/114)) ([18b2fd6](https://github.com/lithic-com/lithic-go/commit/18b2fd60a1af8ee9d21e311dae2a6a1b731f8363))
* fixes tests where an array has to have unique enum values ([#115](https://github.com/lithic-com/lithic-go/issues/115)) ([2d9beb3](https://github.com/lithic-com/lithic-go/commit/2d9beb3d3ba5625648f559d8fa19ddabbe4c3841))


### Chores

* **ci:** setup workflows to create releases and release PRs ([#109](https://github.com/lithic-com/lithic-go/issues/109)) ([5a5ac6d](https://github.com/lithic-com/lithic-go/commit/5a5ac6d39ce1df0d73b271152fa163802f83f3b3))
* **internal:** implement inline json unmarshalling ([#113](https://github.com/lithic-com/lithic-go/issues/113)) ([2fd86e1](https://github.com/lithic-com/lithic-go/commit/2fd86e1f564eb52417d30089c963b79fb959cf75))


### Documentation

* **readme:** add link to api.md ([#116](https://github.com/lithic-com/lithic-go/issues/116)) ([1aebf6b](https://github.com/lithic-com/lithic-go/commit/1aebf6bac01228564cbc8e84b9b216bc92c2d46e))

## [0.7.0](https://github.com/lithic-com/lithic-go/compare/v0.6.8...v0.7.0) (2023-08-15)


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

```sh
go get -u 'github.com/lithic-com/[email protected].0'
go get -u 'github.com/lithic-com/[email protected].1'
```

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

0 comments on commit 46082d1

Please sign in to comment.