Skip to content

Commit

Permalink
release: 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 18, 2024
1 parent 2b2297d commit 7405055
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@
{
".": "3.0.0-beta.1"
".": "3.0.0-beta.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.0.0-beta.2 (2024-03-18)

Full Changelog: [v3.0.0-beta.1...v3.0.0-beta.2](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.1...v3.0.0-beta.2)

### Features

* **api:** OpenAPI spec update via Stainless API ([#137](https://github.com/cloudflare/cloudflare-python/issues/137)) ([30ecf48](https://github.com/cloudflare/cloudflare-python/commit/30ecf488b1fe2305f7fd22fed8fa667052ca4c0e))
* **api:** OpenAPI spec update via Stainless API ([#138](https://github.com/cloudflare/cloudflare-python/issues/138)) ([4856e0e](https://github.com/cloudflare/cloudflare-python/commit/4856e0e4af5b57bce918aec60eb44f8690512734))
* **api:** OpenAPI spec update via Stainless API ([#140](https://github.com/cloudflare/cloudflare-python/issues/140)) ([7fd2e70](https://github.com/cloudflare/cloudflare-python/commit/7fd2e70044307b590cc3bfc2085321c68c8753f4))
* **api:** OpenAPI spec update via Stainless API ([#141](https://github.com/cloudflare/cloudflare-python/issues/141)) ([e7abd85](https://github.com/cloudflare/cloudflare-python/commit/e7abd856623e8d4a63ef6166bed7781875771701))
* **api:** update via SDK Studio ([#142](https://github.com/cloudflare/cloudflare-python/issues/142)) ([d4d9e55](https://github.com/cloudflare/cloudflare-python/commit/d4d9e55eb214c6fa23b1ffb764fe286298b331b9))
* **api:** update via SDK Studio ([#143](https://github.com/cloudflare/cloudflare-python/issues/143)) ([2bae762](https://github.com/cloudflare/cloudflare-python/commit/2bae762927071a1c33647100e60ac43341fe7773))

## 3.0.0-beta.1 (2024-03-15)

Full Changelog: [v0.0.1...v3.0.0-beta.1](https://github.com/cloudflare/cloudflare-python/compare/v0.0.1...v3.0.0-beta.1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cloudflare"
version = "3.0.0-beta.1"
version = "3.0.0-beta.2"
description = "The official Python library for the cloudflare API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cloudflare/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless.

__title__ = "cloudflare"
__version__ = "3.0.0-beta.1" # x-release-please-version
__version__ = "3.0.0-beta.2" # x-release-please-version

0 comments on commit 7405055

Please sign in to comment.