Skip to content

Commit df11562

Browse files
committed
Asset-package workspace global visibility renamed to resolve_access (PackageVisibility -> PackageResolveAccess), with clarified docs on what the gate does and does not cover; dev dependency refresh.
1 parent 58a382d commit df11562

8 files changed

Lines changed: 261 additions & 187 deletions

File tree

.efrocachemap

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.8.0 (build 22968, api 9, 2026-08-08)
1+
### 1.8.0 (build 22969, api 9, 2026-08-09)
22
- Fully implemented asset packages (more on this soon)
33
- Upgraded to Python 3.14. This gives us a few nice useful bits such as zstd
44
compression to help speed up online stuff and also means we can get rid of all

pconfig/projectconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bauiv1lib": "buil"
2424
},
2525
"efrocache_repository_url": "https://files.ballistica.net/cache/ba1",
26-
"engine_build_number": 22968,
26+
"engine_build_number": 22969,
2727
"name": "BallisticaKit",
2828
"public": true,
2929
"python_paths": [
@@ -43,5 +43,5 @@
4343
"tests",
4444
"config"
4545
],
46-
"version": "1.8.0a76"
46+
"version": "1.8.0a77"
4747
}

pconfig/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libcst==1.9.0
77
mypy==2.3.0
88
pbxproj==4.3.3
99
pur==7.4.0
10-
pylint==4.0.6
10+
pylint==4.0.7
1111
pylsp-mypy==0.8.0
1212
pytest-split==0.11.0
1313
pytest==9.1.1

0 commit comments

Comments
 (0)