We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb77f3 commit 4a08ca2Copy full SHA for 4a08ca2
CHANGELOG.md
@@ -4,6 +4,11 @@ Write the date in place of the "Unreleased" in the case a new version is release
4
# Changelog
5
6
7
+## v0.1.0-b32 (2025-08-04)
8
+
9
+This release is identical to the previous one; it was made to fix our
10
+continuous deployment processes.
11
12
## v0.1.0-b31 (2025-08-01)
13
14
### Added
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3.2"
2
services:
3
tiled:
- image: ghcr.io/bluesky/tiled:0.1.0-b31
+ image: ghcr.io/bluesky/tiled:0.1.0-b32
environment:
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
ports:
0 commit comments