diff --git a/CHANGELOG.md b/CHANGELOG.md index bbabefa..8f48bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/onlinecity/devops-tools/compare/v1.3.0...v1.4.0) (2024-06-06) + + +### Features + +* Only use py virt env if requirements file exists ([#14](https://github.com/onlinecity/devops-tools/issues/14)) ([51bfe53](https://github.com/onlinecity/devops-tools/commit/51bfe53e620a875ac6bb673ef6292a918193a5ba)) +* Tofu support ([#12](https://github.com/onlinecity/devops-tools/issues/12)) ([50f0e5f](https://github.com/onlinecity/devops-tools/commit/50f0e5feee1575610ced7fda0513e276db42515a)) + + +### Bug Fixes + +* Move Python virt. env to standard non devbox path ([#11](https://github.com/onlinecity/devops-tools/issues/11)) ([8666be6](https://github.com/onlinecity/devops-tools/commit/8666be6e0e109276e76732a56fce20cf1116c49f)) + ## [1.3.0](https://github.com/onlinecity/devops-tools/compare/v1.2.2...v1.3.0) (2024-05-29) diff --git a/devbox-plugins/base-config/plugin.json b/devbox-plugins/base-config/plugin.json index aed5826..c84204e 100644 --- a/devbox-plugins/base-config/plugin.json +++ b/devbox-plugins/base-config/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/main/.schema/devbox-plugin.schema.json", "name": "base-config", - "version": "1.2.3", + "version": "1.4.0", "description": "Base devbox config for OC DevOps projects", "packages":[ "python@3.10", diff --git a/version.txt b/version.txt index f0bb29e..88c5fb8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.0 +1.4.0