Skip to content

Commit dd639ff

Browse files
chore(main): release 1.0.1-beta (#1006)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 33bff2d commit dd639ff

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-
".": "1.0.0-beta"
2+
".": "1.0.1-beta"
33
}

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.1-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v1.0.0-beta...v1.0.1-beta) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* update build versions for Java and Python ([#1005](https://github.com/GoogleCloudPlatform/dataproc-templates/issues/1005)) ([33bff2d](https://github.com/GoogleCloudPlatform/dataproc-templates/commit/33bff2de1fa13dc234df906bd05957300ce3a749))
9+
310
## [1.0.0-beta](https://github.com/GoogleCloudPlatform/dataproc-templates/compare/v0.6.0-beta...v1.0.0-beta) (2024-10-24)
411

512

python/version.py

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

0 commit comments

Comments
 (0)