Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Commit 5e08e4d

Browse files
chore(main): release 0.3.0
1 parent 44c10e1 commit 5e08e4d

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+
## [0.3.0](https://github.com/googleapis/python-bigquery-migration/compare/v0.2.1...v0.3.0) (2022-01-24)
4+
5+
6+
### Features
7+
8+
* Add task details and orchestration result details ([#32](https://github.com/googleapis/python-bigquery-migration/issues/32)) ([44c10e1](https://github.com/googleapis/python-bigquery-migration/commit/44c10e17767135b7a5c9a5e22b82260be75459b1))
9+
310
### [0.2.1](https://www.github.com/googleapis/python-bigquery-migration/compare/v0.2.0...v0.2.1) (2021-11-01)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
import setuptools # type: ignore
1919

20-
version = "0.2.1"
20+
version = "0.3.0"
2121

2222
package_root = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)