This repository was archived by the owner on Sep 5, 2023. It is now read-only.

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.13.0"
33
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.13.0](https://.com/googleapis/python-batch/compare/v0.12.0...v0.13.0) (2023-07-04)
4+
5+
6+
### Features
7+
8+
* **v1alpha:** Add gpu driver version field ([fa1e00b](https://.com/googleapis/python-batch/commit/fa1e00bedc7386ab6119ab79c11ec03607bb6da7))
9+
10+
11+
### Bug Fixes
12+
13+
* Add async context manager return types ([#122](https://.com/googleapis/python-batch/issues/122)) ([57f49cc](https://.com/googleapis/python-batch/commit/57f49ccd10494f5ad26a592cd35e4f73bcdcdc8d))
14+
15+
16+
### Documentation
17+
18+
* **v1:** Add image shortcut example for Batch HPC CentOS Image ([#119](https://.com/googleapis/python-batch/issues/119)) ([cc9d65a](https://.com/googleapis/python-batch/commit/cc9d65ad9329a3e8b281834fe32ea56ce28b5599))
19+
* **v1alpha:** Add image shortcut example for Batch HPC CentOS Image ([fa1e00b](https://.com/googleapis/python-batch/commit/fa1e00bedc7386ab6119ab79c11ec03607bb6da7))
20+
321
## [0.12.0](https://.com/googleapis/python-batch/compare/v0.11.0...v0.12.0) (2023-06-14)
422

523

Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.12.0" # {x-release-please-version}
16+
__version__ = "0.13.0" # {x-release-please-version}
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.12.0" # {x-release-please-version}
16+
__version__ = "0.13.0" # {x-release-please-version}
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.12.0" # {x-release-please-version}
16+
__version__ = "0.13.0" # {x-release-please-version}
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-batch",
11-
"version": "0.1.0"
11+
"version": "0.13.0"
1212
},
1313
"snippets": [
1414
{
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-batch",
11-
"version": "0.1.0"
11+
"version": "0.13.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)