Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ libraries:
- packages/google-auth-oauthlib/docs/
tag_format: '{id}-v{version}'
- id: google-backstory
version: 0.0.0
version: 0.1.0
last_generated_commit: ""
apis:
- path: backstory
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ libraries:
python:
library_type: AUTH
- name: google-backstory
version: 0.0.0
version: 0.1.0
apis:
- path: backstory
keep:
Expand Down
7 changes: 7 additions & 0 deletions packages/google-backstory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[PyPI History][1]

[1]: https://pypi.org/project/google-backstory/#history

## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-backstory-v0.0.0...google-backstory-v0.1.0) (2026-06-08)


### Features

* new library google-backstory (#17374) ([65f059e22ea1d710e06230cf5f6ee9eb5fe45e8e](https://github.com/googleapis/google-cloud-python/commit/65f059e22ea1d710e06230cf5f6ee9eb5fe45e8e))
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Loading