From 50d71602a3ce56161bc5383e236651d27eec6a0d Mon Sep 17 00:00:00 2001 From: tiboun Date: Sat, 3 Feb 2024 00:52:33 +0100 Subject: [PATCH] update changelog --- .github/workflows/python-publish.yml | 6 ++++++ CHANGELOG.md | 6 ++++++ README.md | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1d0172b..05bf718 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,5 +28,11 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | + cat < .pypirc + [pypi] + username = __token__ + password = ${{ secrets.PYPI_APITOKEN }} + EOF python setup.py sdist bdist_wheel + twine check dist/* twine upload dist/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e31336..1a751eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.0 (2024-02-03) + +### Feat + +- add clustering support to tables (thanks to @ckchow) + ## v0.4.3 (2021-03-25) ### Fix diff --git a/README.md b/README.md index 1cb7fd3..b691ffa 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,10 @@ Windows Changelog ========= +0.5.0 +----- + - add clustering support to tables (thanks to @ckchow) + 0.4.3 ----- - rename project as python-bigquery-test-kit