From 6ba55413721d6e30d35148f22d6ffe991bd8cc50 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:52:45 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8c45b1..82950296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.5.0...v0.6.0) (2023-04-28) + + +### Features + +* Run the code generator (fa5ccbe) ([#204](https://github.com/googleapis/google-cloudevents-python/issues/204)) ([b1a6c1b](https://github.com/googleapis/google-cloudevents-python/commit/b1a6c1ba3170a0719a474bde5c10ca746f614d8c)) + ## [0.5.0](https://github.com/googleapis/google-cloudevents-python/compare/v0.4.0...v0.5.0) (2023-03-24) diff --git a/setup.cfg b/setup.cfg index 7add4d70..2add7580 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = google-events -version = 0.5.0 +version = 0.6.0 author = Google LLC author_email = googleapis-packages@google.com description = Google Cloudevents library