Skip to content

Commit

Permalink
Prepare version 0.9.2
Browse files Browse the repository at this point in the history
Change-Id: Iff03374ded9f6cb29f065e16dcffea293f6a472f
GitOrigin-RevId: 4d10b07420f72e84da6603800fb98934b5f375a1
  • Loading branch information
ahidalgob committed Mar 28, 2024
1 parent dc8f0e3 commit eacc17c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release notes

## 0.9.2

#### New:

- Adds triggerer support (started by default)
- Adds support for Python v3.11
- Removes support for Python v3.7
- Allow running container as host user to solve permission problems (#24)

#### Changes:

- Bumps google-auth package constraints

#### Fixes:

- Fix #11 - Cannot access data folder on local composer env (#29)

## 0.9.1

#### New:
Expand Down
2 changes: 1 addition & 1 deletion composer_local_dev/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.9.1"
__version__ = "0.9.2"

0 comments on commit eacc17c

Please sign in to comment.