Skip to content

2.1.0

Choose a tag to compare

@github-actions github-actions released this 29 May 04:00
· 9 commits to master since this release

Release 2.1.0

Highlights

  • Interactive init command: Running sqlci init without the --provider flag now shows a nice selection prompt in interactive terminals, letting you choose between Sqlite, SqlServer, or PostgreSql.
  • Better defaults: Sqlite is now the default provider. init generates a ready-to-use Data Source=local.db;Cache=Shared connection string instead of a SQL Server LocalDB placeholder.
  • Major documentation refresh: The README has been completely rewritten with a much clearer flow (Features → Installation → Getting Started happy path first, reference material later). New CONTRIBUTING.md added for developers.

What's Changed

  • feat(cli): add interactive database provider selection to init command
  • docs: major README overhaul and add CONTRIBUTING.md with release process
  • chore(docs): remove outdated internal documentation
  • chore: migrate to .slnx solution and update build configuration
  • chore: remove legacy SqlCi project and old solution file
  • chore: update release workflow and gitignore
  • ci: update workflow to use SqlCi.slnx instead of deleted .sln
  • docs: prepare CHANGELOG for v2.1.0

Full Changelog: v2.0.0...v2.1.0