# NetRunner CLI 0.7.1
## 🚀 What's New
### 📝 Changes since v0.7.0:
## 0.7.1 - 2026-04-05
### ➕ Added
- Add missing import for ReadableDatabase in history module
### 🔧 Chores
- chore: bump version to 0.7.1
**Full Changelog**: https://github.com/sorinirimies/netrunner_cli/compare/v0.7.0...v0.7.1
## 📦 Installation
```bash
cargo install netrunner_cli
```
## 🚀 Quick Start
```bash
# Run interactive menu
netrunner_cli
# Run speed test directly
netrunner_cli -m speed
```