Skip to content

Commit

Permalink
Release v0.13.1 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse authored Jun 24, 2024
1 parent 8b04b2f commit 4c90c86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Changelog

## v0.13.1 (Unreleased)
## v0.13.1 (2024-06-25)

- Fix: Do not panic on disconnect.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "tokio-modbus"
description = "Tokio-based Modbus library"
version = "0.13.0"
version = "0.13.1"
authors = [
"slowtec GmbH <[email protected]>",
"Markus Kohlhase <[email protected]>",
Expand Down

0 comments on commit 4c90c86

Please sign in to comment.