Releases: gruberchris/rung
Releases · gruberchris/rung
Release list
v0.2.0
Changelog
Features
- 16efbdb: feat: add the SQLite dialect (@gruberchris)
Install
go install github.com/gruberchris/rung/cmd/rung@v0.2.0Or use it as a library:
go get github.com/gruberchris/rung@v0.2.0v0.1.1
Changelog
Fixes
- 736f681: fix: declare the floor as 1.25.13, the oldest patch without known CVEs (@gruberchris)
- d274f1c: fix: lower the Go floor to 1.25 so consumers are not forced to upgrade (@gruberchris)
Install
go install github.com/gruberchris/rung/cmd/rung@v0.1.1Or use it as a library:
go get github.com/gruberchris/rung@v0.1.1v0.1.0
Changelog
Features
- 76eb9de: feat: add rendering and the CLI command tree (Chris Gruber gruber.christopher@gmail.com)
- 9cc4a1d: feat: add the migration engine and dialect seam (Chris Gruber gruber.christopher@gmail.com)
Fixes
- d8fb7ea: fix: commit cmd/rung and patch a reachable x/text vulnerability (Chris Gruber gruber.christopher@gmail.com)
Other changes
- 16576a4: Add MIT License to the project (Christopher Gruber gruber.christopher@gmail.com)
- 96bc4a7: Initial commit (Christopher Gruber gruber.christopher@gmail.com)
Install
go install github.com/gruberchris/rung/cmd/rung@v0.1.0Or use it as a library:
go get github.com/gruberchris/rung@v0.1.0