Skip to content

Commit 4dff4af

Browse files
release: 0.1.0-alpha.2
1 parent 154f3f4 commit 4dff4af

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.1.0-alpha.2 (2025-01-14)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/beatsfoundation/beats-foundation-sdk/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* Update README.md ([154f3f4](https://github.com/beatsfoundation/beats-foundation-sdk/commit/154f3f45ee08387a3673d0ef41cb378123c423a2))
10+
* Update README.md ([2b09683](https://github.com/beatsfoundation/beats-foundation-sdk/commit/2b096832834245664eb08d0d20681830d5cc94ae))
11+
* Update README.md ([0725031](https://github.com/beatsfoundation/beats-foundation-sdk/commit/072503170d7d9f929d0841e2321e240b3c8c8646))
12+
* Update README.md ([d53c72a](https://github.com/beatsfoundation/beats-foundation-sdk/commit/d53c72a44dc78c11d245ed3647b18ed64defeef1))
13+
* Update README.md ([c4c2cc8](https://github.com/beatsfoundation/beats-foundation-sdk/commit/c4c2cc877abb9769fb781e30015e0b0cf25d8393))
14+
* Update README.md ([bccbc3b](https://github.com/beatsfoundation/beats-foundation-sdk/commit/bccbc3bec32b656ec029f2da3dfcd18715cbcdd0))
15+
* Update README.md ([84dfc4d](https://github.com/beatsfoundation/beats-foundation-sdk/commit/84dfc4da4e749860c3edbcfae8a68cf2c29f9212))
16+
317
## 0.1.0-alpha.1 (2025-01-14)
418

519
Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/beatsfoundation/beats-foundation-sdk/compare/v0.0.1-alpha.1...v0.1.0-alpha.1)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beats-foundation"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0-alpha.2"
44
description = "The official Python library for the beats-foundation API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/beats_foundation/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "beats_foundation"
4-
__version__ = "0.1.0-alpha.1" # x-release-please-version
4+
__version__ = "0.1.0-alpha.2" # x-release-please-version

0 commit comments

Comments
 (0)