Skip to content

Commit 8c7f748

Browse files
committed
Bump version: 0.1.0a7 → 0.1.0a8
1 parent 7f4204a commit 8c7f748

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.1.0a8] - 2025-10-01
11+
1012
- Annotate `ftl` file source code when reporting parse errors to allow ergonomic debugging.
1113
- Support passing `pathlib.Path` in `ftl_filenames` (in addition to `str`) when creating a `Bundle`. This allows using non-unicode paths on unix systems.
1214

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
# Do not manually edit the version, use `make version_{type}` instead.
2424
# This should match the version in the [tool.bumpversion] section.
25-
version = "0.1.0a7"
25+
version = "0.1.0a8"
2626
dependencies = []
2727

2828
[project.urls]
@@ -134,7 +134,7 @@ filterwarnings = "error"
134134
[tool.bumpversion]
135135
# Do not manually edit the version, use `make version_{type}` instead.
136136
# This should match the version in the [project] section.
137-
current_version = "0.1.0a7"
137+
current_version = "0.1.0a8"
138138
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
139139
serialize = ["{major}.{minor}.{patch}"]
140140
search = "{current_version}"

0 commit comments

Comments
 (0)