File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.10.8] - 2026-01-13
11+
1012### Changed
1113- Changed the default ` /repos ` pagination size to 20. [ #706 ] ( https://github.com/sourcebot-dev/sourcebot/pull/706 )
1214- Changed pull policy in docker compose file to always. [ #716 ] ( https://github.com/sourcebot-dev/sourcebot/pull/716 )
Original file line number Diff line number Diff line change 11services :
22 sourcebot :
3- image : ghcr.io/sourcebot-dev/sourcebot:main
3+ image : ghcr.io/sourcebot-dev/sourcebot:latest
44 pull_policy : always
55 user : sourcebot
66 restart : always
Original file line number Diff line number Diff line change 11// This file is auto-generated by .github/workflows/release-sourcebot.yml
2- export const SOURCEBOT_VERSION = "v4.10.7 " ;
2+ export const SOURCEBOT_VERSION = "v4.10.8 " ;
You can’t perform that action at this time.
0 commit comments