v0.20.1
wasp-lang/waspv0.20.1Dec 31, 2025by github-actions[bot]
AI Summary
Feature release introducing the wasp news command for staying updated with Wasp announcements and releases directly from the terminal.
Key Highlights
- New wasp news command for terminal-based announcements and release updates
- Periodic notifications during wasp start (can be disabled with WASP_AUTO_NEWS_DISABLE=1)
New Features
- wasp news command to stay up to date with latest Wasp announcements and releases
- Periodic notifications during wasp start for important news (security vulnerabilities, etc.)
Full Release Notes
### 🎉 New Features - `wasp news` - A new command you can use to stay up to date with the latest Wasp announcements and releases directly from your terminal. Wasp also periodically notifies you of important news (such as security vulnerabilities) during `wasp start`. You can disable this behavior by setting `WASP_AUTO_NEWS_DISABLE=1`. ([#3549](https://github.com/wasp-lang/wasp/pull/3549)).