From 4afb545d4c79a7e3dd797959388073348b339f47 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:49:05 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 14 ++++++++++++++ bigquery_magics/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599807d..66bca9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.1.0 (2024-04-12) + + +### Features + +* Initial copy from google-cloud-bigquery ([4a69d26](https://github.com/googleapis/python-bigquery-magics/commit/4a69d26ae3e5e7c659c7b79ac935393abb4146e3)) + + +### Documentation + +* Reset the changelog for the new package ([#22](https://github.com/googleapis/python-bigquery-magics/issues/22)) ([f7d9c14](https://github.com/googleapis/python-bigquery-magics/commit/f7d9c1445feac32e468a3e06ca55c9474a1ae548)) + +## Changelog + [PyPI History][1] [1]: https://pypi.org/project/bigquery-magics/#history diff --git a/bigquery_magics/version.py b/bigquery_magics/version.py index 4027bb8..46277a0 100644 --- a/bigquery_magics/version.py +++ b/bigquery_magics/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.1" +__version__ = "0.1.0"