Skip to content

Commit

Permalink
Merge pull request #72 from looker-open-source/release-please/branche…
Browse files Browse the repository at this point in the history
…s/main

chore: release main
  • Loading branch information
AdamMinton committed Mar 24, 2022
2 parents 78bf4da + 12ed64e commit f5f5764
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
".": "0.3.2"
}
{".":"0.3.3"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion looker_deployer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f5f5764

Please sign in to comment.