diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cae89e34..8daf3185 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - id: codespell args: [--ignore-words=.codespellignore] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.28.5 + rev: 0.28.6 hooks: - id: check-github-actions - id: check-github-workflows diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d18c7a..6ffdd8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # Changelog -## v0.13.1 (Unreleased) +## v0.13.1 (2024-06-25) - Fix: Do not panic on disconnect. diff --git a/Cargo.toml b/Cargo.toml index 812680bd..d09cb004 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "tokio-modbus" description = "Tokio-based Modbus library" -version = "0.13.0" +version = "0.13.1" authors = [ "slowtec GmbH ", "Markus Kohlhase ",