File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# renovate: datasource=github-tags depName=devbox packageName=jetify-com/devbox
2- ARG DEVBOX_VERSION=0.15.0
2+ ARG DEVBOX_VERSION=0.15.0-dev
33FROM jetpackio/devbox:${DEVBOX_VERSION}
44
55WORKDIR /code
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This projec
44adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
55the changelog itself conforms to [ Keep A Changelog] ( https://keepachangelog.com/ ) .
66
7+ ## v9.9.0 (2025-08-01)
8+
9+ ### Feat
10+
11+ - add support for prompting filesystem paths (#2210 )
12+
13+ ### Fix
14+
15+ - ** updating** : disable secret question validator when replaying old copy
16+ - ** vcs** : fix cloning local dirty template repo when ` core.fsmonitor=true ` (#2151 )
17+
718## v9.8.0 (2025-07-07)
819
920### Feat
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ annotated_tag = true
179179changelog_incremental = true
180180tag_format = " v$version"
181181update_changelog_on_bump = true
182- version = " 9.8 .0"
182+ version = " 9.9 .0"
183183
184184[tool .codespell ]
185185# Ref: https://github.com/codespell-project/codespell#using-a-config-file
You can’t perform that action at this time.
0 commit comments