Skip to content

Commit 99694b8

Browse files
chore(main): release 2.1.0-beta
1 parent 541c270 commit 99694b8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-beta"
2+
".": "2.1.0-beta"
33
}

CHANGELOG.md

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

3+
## [2.1.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v2.0.0-beta...v2.1.0-beta) (2025-07-28)
4+
5+
6+
### Features
7+
8+
* Deltalake to iceberg transfer ([#1058](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1058)) ([887b07d](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/887b07d0307adec58b8759b9de94d3fcc579febd))
9+
10+
11+
### Bug Fixes
12+
13+
* python start.sh and typo ([#1064](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1064)) ([541c270](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/541c2709867608ec7b7df0d496805f8501265274))
14+
315
## [2.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.2-beta...v2.0.0-beta) (2025-06-23)
416

517

python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta"
1+
__version__ = "2.1.0-beta"

0 commit comments

Comments
 (0)