Skip to content

v0.1.13 — README install consistency

Choose a tag to compare

@SurajKGoyal SurajKGoyal released this 27 May 05:21
· 26 commits to main since this release

Cosmetic fix to address inconsistency in the README's install instructions:

  • The main Quickstart correctly recommends `pipx install amnesic` (no extras, wizard handles drivers)
  • But the collapsed "Don't have pipx?" alternatives still showed `uv tool install amnesic[mssql]` and `pip install amnesic[mssql]` — confusing for users picking a non-MSSQL DB.

This release:

  • Strips `[mssql]` from uv tool and pip install examples (now both just `amnesic`)
  • Adds a one-line note that the wizard handles drivers regardless of installer
  • Rewords Supported databases table: column is now "Installed by" explaining both the wizard nudge path and the extras path (for users who want all drivers up front)

No code changes.