tauri-plugin-devtools 2.0.0

CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease.
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0-rc.1]https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-rc.0...tauri-plugin-devtools-v2.0.0-rc.1 - 2024-09-05

### Other
- update dependencies

## [2.0.0-beta.5]https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.4...tauri-plugin-devtools-v2.0.0-beta.5 - 2024-07-25

### Added
- compatibility with tauri-plugin-log, closes [#150]https://github.com/crabnebula-dev/devtools/pull/150

## [2.0.0-beta.4]https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.3...tauri-plugin-devtools-v2.0.0-beta.4 - 2024-07-13

### Fixed
- use correct rust syntax for cfg on expressions ([#314]https://github.com/crabnebula-dev/devtools/pull/314)

## [2.0.0-beta.3]https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.2...tauri-plugin-devtools-v2.0.1 - 2024-05-29

### Other
- updated the following local packages: devtools-core

## [2.0.0-beta.2]https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.1...tauri-plugin-devtools-v2.0.0-beta.2 - 2024-05-27

### Other
- update README ([#290]https://github.com/crabnebula-dev/devtools/pull/290)

## [2.0.0-beta.1]https://github.com/crabnebula-dev/devtools/compare/tauri-plugin-devtools-v2.0.0-beta.0...tauri-plugin-devtools-v2.0.0-beta.1 - 2024-05-13

### Fixed
- *(devtools)* docs.rs failing to build