Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 19:06
· 37 commits to master since this release
9e0d78a

Changelog

  • 6d8aa2c Add .envrc to .gitignore to prevent leaking credentials
  • 063f574 Add CI/CD workflows and Dependabot configuration
  • 48f89ab Add JSON and table output formatters
  • 22b46ba Add Metabase HTTP client with API key auth
  • fc3ada0 Add SQL query command with database name resolution
  • 0421293 Add card commands and API methods
  • b005898 Add database commands and API types
  • 56e2054 Add documentation, changelog, and release process
  • 3bfefc3 Add field commands and API methods
  • f22b2d6 Add goreleaser configuration for automated releases
  • ccd7489 Add implementation plan for Metabase CLI tool
  • f165ef5 Add project scaffolding, config, CLI root, and version command
  • c453c77 Add release process documentation requirement to step 12
  • 109a2cc Add search command and API methods
  • 72a7987 Add step 14 to plan: structured query (filter) command
  • 1d48aa7 Add table commands and API methods
  • b9c36cf Fix gofmt formatting in types.go
  • e221536 Fix plan to use mb-cli binary name consistently
  • df15585 Initial commit
  • 18f3b50 Mark implementation progress in plan (steps 1-6 done)
  • 7df0024 Mark steps 11 and 12 as completed in plan
  • 9e0d78a Release v0.1.0
  • a562eec Update README description