From 634f3c1de29f28d4d175dbf1fc8f3942f37979fe Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:21:38 -0700 Subject: [PATCH] chore(main): release 0.10.0 (#229) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b293a..64a247c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,14 @@ * 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.10.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.9.0...v0.10.0) (2023-07-19) + + +### Features + +* Run the code generator ([#226](https://github.com/googleapis/google-cloudevents-python/issues/226)) ([82755bf](https://github.com/googleapis/google-cloudevents-python/commit/82755bf21fe0322ad50521a8f30f74d025e579a9)) +* Run the code generator (494b78c) ([#230](https://github.com/googleapis/google-cloudevents-python/issues/230)) ([c08dbc5](https://github.com/googleapis/google-cloudevents-python/commit/c08dbc5e3f9e240f19978555620003989c735dda)) + ## [0.9.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.8.0...v0.9.0) (2023-06-29) diff --git a/setup.cfg b/setup.cfg index 4779022..0fd6c01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = google-events -version = 0.9.0 +version = 0.10.0 author = Google LLC author_email = googleapis-packages@google.com description = Google Cloudevents library