> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 0.2.30

> December 8, 2025

## <u>Features</u>

### MCC USB-202 DAQ Support

* Added support for Measurement Computing USB-202 DAQ device
* Implemented ADC, DAC, and GPIO functionality for USB-202
* Added USB-202 to instrument detection system
* Enabled USB-202 configuration through lager nets

## <u>Bug Fixes</u>

* Fixed USB-202 VISA address parsing
* Fixed USB-202 GPIO toggle functionality
* Updated USB-202 channel naming for consistency

## <u>Improvements</u>

* Improved `lager update` interface and performance
* Streamlined update process for faster execution
* Cleaned up GPIO interface code
* Enhanced update interface user experience

## <u>Installation</u>

To install this version:

```bash theme={null}
pip install lager-cli==0.2.30
```

To upgrade from a previous version:

```bash theme={null}
pip install --upgrade lager-cli
```

## Resources

[View Release on PyPI](https://pypi.org/project/lager-cli/0.2.30/)
