Skip to content

Commit 7121200

Browse files
chore(main): release 1.0.0 (#169)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Igor Dvorzhak <idmedb@gmail.com>
1 parent 8da16ed commit 7121200

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.0rc7...v1.0.0) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Add validation when location or project ID are not provided ([#168](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/issues/168)) ([8da16ed](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/commit/8da16ede47c3db1a9f2575a8195db381f107da9b))
9+
310
## [1.0.0rc7](https://github.com/GoogleCloudDataproc/dataproc-spark-connect-python/compare/v1.0.0rc6...v1.0.0rc7) (2025-11-13)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="dataproc-spark-connect",
23-
version="1.0.0rc7",
23+
version="1.0.0",
2424
description="Dataproc client library for Spark Connect",
2525
long_description=long_description,
2626
author="Google LLC",

0 commit comments

Comments
 (0)