Skip to content

Commit 18a50a1

Browse files
committed
Release v0.13.1
1 parent 8b04b2f commit 18a50a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
- id: codespell
4545
args: [--ignore-words=.codespellignore]
4646
- repo: https://github.com/sirosen/check-jsonschema
47-
rev: 0.28.5
47+
rev: 0.28.6
4848
hooks:
4949
- id: check-github-actions
5050
- id: check-github-workflows

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Changelog
55

6-
## v0.13.1 (Unreleased)
6+
## v0.13.1 (2024-06-25)
77

88
- Fix: Do not panic on disconnect.
99

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "tokio-modbus"
66
description = "Tokio-based Modbus library"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
authors = [
99
"slowtec GmbH <[email protected]>",
1010
"Markus Kohlhase <[email protected]>",

0 commit comments

Comments
 (0)