Skip to content

Tags: pullbase/pullbase

Tags

v0.1.1

Toggle v0.1.1's commit message
fix: handle nil monitor when Git integration is disabled

v0.1.0

Toggle v0.1.0's commit message
feat: switch to pure-Go SQLite driver (modernc.org/sqlite)

Enables CGO_ENABLED=0 builds for bare-metal deployment with SQLite.
Replaces mattn/go-sqlite3 which required CGO.