From 12ed64e7a7af91876a65c52de7a38733d2e1f4a7 Mon Sep 17 00:00:00 2001 From: looker-open-source-automation-bot Date: Wed, 23 Mar 2022 21:35:27 -0400 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 +--- CHANGELOG.md | 17 +++++++++++++++++ looker_deployer/version.py | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..e9ccb8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1 @@ -{ - ".": "0.3.2" -} +{".":"0.3.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 863dcf9..c448ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [0.3.3](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.2...looker-deployer-v0.3.3) (2022-03-24) + + +### Bug Fixes + +* adjusted github action for new branch name ([9392914](https://www.github.com/looker-open-source/looker_deployer/commit/93929146f2fe5523b437cfb37398e6e31a6f6f6f)) +* Updated author name, email, and license field ([f83c9f4](https://www.github.com/looker-open-source/looker_deployer/commit/f83c9f4710c21af4710ef7ddde43842bd88840cb)) +* updated minimum looker-sdk version ([d8c733c](https://www.github.com/looker-open-source/looker_deployer/commit/d8c733cee8b76be7a7c6fa5d3b68cedb390d9f26)) +* updated Pipfile.lock to correct security alert in dependency ([0705536](https://www.github.com/looker-open-source/looker_deployer/commit/07055362235214ff65b14f7db79d64e977aa6e7e)) +* updated python dependencies ([7b12548](https://www.github.com/looker-open-source/looker_deployer/commit/7b12548f629fa891d15d8f32a6c028e5f6f17f6e)) +* version to work with release-please ([2926c43](https://www.github.com/looker-open-source/looker_deployer/commit/2926c43314cea3a8f7dc1e6711249fe350992c9a)) + + +### Documentation + +* added CODE_OF_CONDUCT.md and adjusted CONTRIBUTING.md ([1b8bcab](https://www.github.com/looker-open-source/looker_deployer/commit/1b8bcab2ff833cf6735b70b5334b402e0dcd57e1)) + ### [0.3.2](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.1...looker-deployer-v0.3.2) (2022-03-24) diff --git a/looker_deployer/version.py b/looker_deployer/version.py index 749378d..c1b8c54 100644 --- a/looker_deployer/version.py +++ b/looker_deployer/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.2" +__version__ = "0.3.3"