Skip to content

v0.75.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:25
· 296 commits to master since this release
v0.75.1
e8e99b1

Installation

# Bun / npm
bun add -g @mark3labs/kit
# or: npm install -g @mark3labs/kit

# Go install (requires Go 1.26+)
go install github.com/mark3labs/kit/cmd/kit@latest

# Or download from assets below

Changelog

Maintenance

  • e8e99b1: refactor: dedupe cross-package logic and remove dead code from audit (#58) (@ezynda3)