Skip to content

Commit ff8958c

Browse files
release: 0.0.1-alpha.1
1 parent 2576885 commit ff8958c

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.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.0.1-alpha.0"
2+
".": "0.0.1-alpha.1"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.0.1-alpha.1 (2025-09-03)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/manifoldfinance/openmev/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)
6+
7+
### Features
8+
9+
* **client:** support optional json html escaping ([5ff4378](https://github.com/manifoldfinance/openmev/commit/5ff437806acbcd04dcb8a8a97edb5120b36fa868))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** process custom base url ahead of time ([dd7d715](https://github.com/manifoldfinance/openmev/commit/dd7d715f9ea2b1c36144b122c325e967be848b20))
15+
* close body before retrying ([81d40a8](https://github.com/manifoldfinance/openmev/commit/81d40a83be885c830e3d7b0a1a0888420746501b))
16+
17+
18+
### Chores
19+
20+
* configure new SDK language ([a1d9f6b](https://github.com/manifoldfinance/openmev/commit/a1d9f6b057e17adcc9c41c5854dcf4f07087129c))
21+
* **internal:** codegen related update ([2576885](https://github.com/manifoldfinance/openmev/commit/257688528392be07b5301c9e840b33c45a63c31e))
22+
* **internal:** codegen related update ([1280ae6](https://github.com/manifoldfinance/openmev/commit/1280ae68a89c43f6630c8716fe9b82fe335956fa))
23+
* **internal:** update comment in script ([efea1d6](https://github.com/manifoldfinance/openmev/commit/efea1d645fbfd5ca088d24cb06a723edb5a296d7))
24+
* update @stainless-api/prism-cli to v5.15.0 ([090f86b](https://github.com/manifoldfinance/openmev/commit/090f86bf1c6babde2ff692aa4955bdbe2108f45a))
25+
* update SDK settings ([7b3bf4d](https://github.com/manifoldfinance/openmev/commit/7b3bf4df2796e30d4635d5d9574dd9d46c6d3805))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/manifoldfinance/[email protected].0'
31+
go get -u 'github.com/manifoldfinance/[email protected].1'
3232
```
3333

3434
<!-- x-release-please-end -->

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.0.1-alpha.0" // x-release-please-version
5+
const PackageVersion = "0.0.1-alpha.1" // x-release-please-version

0 commit comments

Comments
 (0)