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
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ libraries:
- packages/google-analytics-data/
tag_format: '{id}-v{version}'
- id: google-api-core
version: 2.29.0
version: 2.30.0
last_generated_commit: ""
apis: []
source_roots:
Expand Down
8 changes: 8 additions & 0 deletions packages/google-api-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

## [2.30.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.29.0...google-api-core-v2.30.0) (2026-02-17)


### Bug Fixes

* preserve exception cause ([c7fc19303e0f1d7357109a73c13f875a5ced7606](https://github.com/googleapis/google-cloud-python/commit/c7fc19303e0f1d7357109a73c13f875a5ced7606))
* require Python ≥ 3.9, protobuf ≥ 4.25.8 ([2d1aa4288c222b247fc49ea0da03c126c051e079](https://github.com/googleapis/google-cloud-python/commit/2d1aa4288c222b247fc49ea0da03c126c051e079))

## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.28.1...google-api-core-v2.29.0) (2026-01-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-core/google/api_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.29.1"
__version__ = "2.30.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

There appears to be a version mismatch across files. This file is being updated from 2.29.1 to 2.30.0. However, both .librarian/state.yaml and packages/google-api-core/CHANGELOG.md indicate the previous version was 2.29.0. This inconsistency suggests that version 2.29.1 was not correctly recorded in the release history and may cause issues with the release process or create a confusing version history. This should be resolved before merging.

Loading