Skip to content

Commit

Permalink
Merge pull request #69 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 authored Mar 24, 2022
2 parents 2926c43 + 63c8b0d commit 860148b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.3.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [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)


### 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 Pipfile.lock to correct security alert in dependency ([0705536](https://www.github.com/looker-open-source/looker_deployer/commit/07055362235214ff65b14f7db79d64e977aa6e7e))
* 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.1](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.0...looker-deployer-v0.3.1) (2022-03-10)


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.1"
__version__ = "0.3.2"

0 comments on commit 860148b

Please sign in to comment.