diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2358ed..4579599 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.11"} \ No newline at end of file +{".":"0.3.12"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 378c378..18c8f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.12](https://github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.11...looker-deployer-v0.3.12) (2024-12-04) + + +### Bug Fixes + +* Use slashes in folder names instead of division slashes added by Gazer ([#155](https://github.com/looker-open-source/looker_deployer/issues/155)) ([4af55da](https://github.com/looker-open-source/looker_deployer/commit/4af55da8712e50f8997dd4bdc6681f2b72c78d52)) + ## [0.3.11](https://github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.10...looker-deployer-v0.3.11) (2023-07-06) diff --git a/looker_deployer/version.py b/looker_deployer/version.py index 3baf6a6..12279e2 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.11" +__version__ = "0.3.12"