Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Feb 9, 2024
1 parent 363c94c commit 8944e90
Show file tree
Hide file tree
Showing 4 changed files with 18 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.0.1-alpha.0"
".": "0.1.0-alpha.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.1.0-alpha.1 (2024-02-09)

Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/luckylennoxll/azure-sdk-for-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

### Features

* make unknown field notification warning instead of info ([#30642](https://github.com/luckylennoxll/azure-sdk-for-python/issues/30642)) ([aee4f62](https://github.com/luckylennoxll/azure-sdk-for-python/commit/aee4f62be73fc58695ea8008a193154874ea5951))
* OpenAPI spec update ([#1](https://github.com/luckylennoxll/azure-sdk-for-python/issues/1)) ([363c94c](https://github.com/luckylennoxll/azure-sdk-for-python/commit/363c94c65f3d83125fda7f17486826cffd5afecb))


### Bug Fixes

* use workspace-id to distinguish on-disk cache ([#30744](https://github.com/luckylennoxll/azure-sdk-for-python/issues/30744)) ([fd2bc08](https://github.com/luckylennoxll/azure-sdk-for-python/commit/fd2bc08fff1d488726052e1d2cd1b6b91aeca803))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "audioreworkvisions"
version = "0.0.1-alpha.0"
version = "0.1.0-alpha.1"
description = "The official Python library for the audioreworkvisions API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/audioreworkvisions/_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__ = "audioreworkvisions"
__version__ = "0.0.1-alpha.0" # x-release-please-version
__version__ = "0.1.0-alpha.1" # x-release-please-version

0 comments on commit 8944e90

Please # to comment.