diff --git a/.librarian/state.yaml b/.librarian/state.yaml index d9a67a4..a6f59b1 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -2,6 +2,7 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-li libraries: - id: google-cloud-runtimeconfig version: 0.35.1 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb1470..21f6ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-cloud-runtimeconfig/#history +## [0.35.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-runtimeconfig-v0.35.0...google-cloud-runtimeconfig-v0.35.1) (2025-11-13) + + +### Bug Fixes + +* remove setup.cfg configuration for creating universal wheels (#321) ([922db8cec6b2896087d95dc7f360a4b2edeaaea0](https://github.com/googleapis/google-cloud-python/commit/922db8cec6b2896087d95dc7f360a4b2edeaaea0)) +* resolve issues where pre-release versions of dependencies are installed (#318) ([14337044ae5d5c33a10f4a9dbb322db3352963e2](https://github.com/googleapis/google-cloud-python/commit/14337044ae5d5c33a10f4a9dbb322db3352963e2)) + ## [0.35.0](https://github.com/googleapis/python-runtimeconfig/compare/v0.34.0...v0.35.0) (2025-01-30) diff --git a/google/cloud/runtimeconfig/version.py b/google/cloud/runtimeconfig/version.py index 99e59a2..942228f 100644 --- a/google/cloud/runtimeconfig/version.py +++ b/google/cloud/runtimeconfig/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.35.0" +__version__ = "0.35.1"