Bump backend version to 0.1.1 and validate plugin manifest sync
Build LinkLog Development Image / development-image (push) Successful in 10s
Release LinkLog / release (push) Successful in 9s

This commit is contained in:
2026-08-27 18:04:49 +02:00
parent b93a8099f3
commit af5d38a16b
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ def login_headers(username='alice'):
def test_login_returns_token():
assert app.version == '0.1.0'
assert app.version == '0.1.1'
response = client.post('/api/auth/login', json={
'email': 'alice@example.com',
'password': 'secret123',