v0.18.1
MontFerret/ferretv0.18.1May 7, 2025by ziflex
AI Summary
Patch release with dependency updates, Go version upgrade, and code refactoring improvements. Includes cleanup of deprecated io/ioutil usage.
Key Highlights
- Updated ANTLR and other dependencies
- Upgraded Go version
- Removed io/ioutil usage
- Code formatting improvements
Full Release Notes
## What's Changed * chore: use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) by @testwill in https://github.com/MontFerret/ferret/pull/789 * Updated ANTLR and other dependencies. Upgraded Go version by @ziflex in https://github.com/MontFerret/ferret/pull/796 * refactor: remove io/ioutil by @ginglis13 in https://github.com/MontFerret/ferret/pull/792 ## New Contributors * @testwill made their first contribution in https://github.com/MontFerret/ferret/pull/789 * @ginglis13 made their first contribution in https://github.com/MontFerret/ferret/pull/792 **Full Changelog**: https://github.com/MontFerret/ferret/compare/v0.18.0...v0.18.1