File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server-core"
3- version = " 0.7.1-pre "
3+ version = " 0.7.1"
44authors = [" Dustin J. Mitchell <dustin@mozilla.com>" ]
55edition = " 2021"
66description = " Core of sync protocol for TaskChampion"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 condition : service_completed_successfully
4444
4545 tss :
46- image : ghcr.io/gothenburgbitfactory/taskchampion-sync-server:0.7.0
46+ image : ghcr.io/gothenburgbitfactory/taskchampion-sync-server:0.7.1
4747 restart : unless-stopped
4848 environment :
4949 - " RUST_LOG=info"
Original file line number Diff line number Diff line change 11# Docker Compose
22
33The
4- [ ` docker-compose.yml ` ] ( https://raw.githubusercontent.com/GothenburgBitFactory/taskchampion-sync-server/refs/tags/v0.7.0 /docker-compose.yml )
4+ [ ` docker-compose.yml ` ] ( https://raw.githubusercontent.com/GothenburgBitFactory/taskchampion-sync-server/refs/tags/v0.7.1 /docker-compose.yml )
55file in this repository is sufficient to run taskchampion-sync-server,
66including setting up TLS certificates using Lets Encrypt, thanks to
77[ Caddy] ( https://caddyserver.com/ ) . This setup uses the SQLite backend, which is
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server-storage-postgres"
3- version = " 0.7.1-pre "
3+ version = " 0.7.1"
44authors = [" Dustin J. Mitchell <dustin@v.igoro.us>" ]
55edition = " 2021"
66description = " Postgres backend for TaskChampion-sync-server"
@@ -16,7 +16,7 @@ bb8.workspace = true
1616chrono.workspace = true
1717env_logger.workspace = true
1818log.workspace = true
19- taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.1-pre " }
19+ taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.1" }
2020thiserror.workspace = true
2121tokio-postgres.workspace = true
2222tokio.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server"
3- version = " 0.7.1-pre "
3+ version = " 0.7.1"
44authors = [" Dustin J. Mitchell <dustin@mozilla.com>" ]
55edition = " 2021"
66publish = false
Original file line number Diff line number Diff line change 11[package ]
22name = " taskchampion-sync-server-storage-sqlite"
3- version = " 0.7.1-pre "
3+ version = " 0.7.1"
44authors = [" Dustin J. Mitchell <dustin@mozilla.com>" ]
55edition = " 2021"
66description = " SQLite backend for TaskChampion-sync-server"
@@ -9,7 +9,7 @@ repository = "https://github.com/GothenburgBitFactory/taskchampion-sync-server"
99license = " MIT"
1010
1111[dependencies ]
12- taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.1-pre " }
12+ taskchampion-sync-server-core = { path = " ../core" , version = " 0.7.1" }
1313async-trait.workspace = true
1414uuid.workspace = true
1515anyhow.workspace = true
You can’t perform that action at this time.
0 commit comments