Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: askdba/mysql-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: askdba/mysql-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 13, 2025

  1. Update version badge to 1.2.0

    askdba committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    baa0bce View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. fix: correct ldflags variable names in goreleaser config

    The goreleaser ldflags were using wrong variable names:
    - main.version → main.Version (case-sensitive)
    - main.commit → main.GitCommit (wrong name)
    - main.date → main.BuildTime (wrong name)
    
    This caused release binaries to show "dev" version instead of
    the actual release version.
    askdba committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    5cd2bdd View commit details
    Browse the repository at this point in the history
Loading