Skip to content

Commit 7f60a29

Browse files
committed
bump: version 9.8.0 → 9.9.0
1 parent 35dd1ff commit 7f60a29

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
FROM jetpackio/devbox:${DEVBOX_VERSION}
44

55
WORKDIR /code

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ annotated_tag = true
179179
changelog_incremental = true
180180
tag_format = "v$version"
181181
update_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

0 commit comments

Comments
 (0)