Skip to content
Open
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
* Remove outdated files ([#145](https://github.com/googleapis/google-cloudevents-python/issues/145)) ([888ccc5](https://github.com/googleapis/google-cloudevents-python/commit/888ccc54b46225ee27c3485e09eda0922535a195))
* **workflows:** Generator not executable, needs an interpreter. ([#150](https://github.com/googleapis/google-cloudevents-python/issues/150)) ([9c8db0e](https://github.com/googleapis/google-cloudevents-python/commit/9c8db0ea7f343e91ec51d9aaad6d90cad09cb4dd))

## [0.15.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.14.0...v0.15.0) (2025-03-31)


### Features

* Run the code generator ([#309](https://github.com/googleapis/google-cloudevents-python/issues/309)) ([467ba99](https://github.com/googleapis/google-cloudevents-python/commit/467ba995428ffb30c693fa798100e429a699e7d2))

## [0.14.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.13.0...v0.14.0) (2024-12-05)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = google-events
version = 0.14.0
version = 0.15.0
author = Google LLC
author_email = [email protected]
description = Google Cloudevents library
Expand Down