Skip to content

Commit

Permalink
Release v0.10.0 (slowtec#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 3, 2024
1 parent 6b0ce5d commit e701b00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.10.0
rev: v9.11.0
hooks:
- id: commitlint
stages:
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@

# Changelog

## v0.10.0 (Unreleased)
## v0.10.0 (2024-01-03)

- Exclude `rtu-server`/`tcp-server` from default features.
- Feature: Retrieve the `FunctionCode` of a `Request`/`Response`.
- Feature: Added `rtu-over-tcp-server` for _RTU over TCP_ server skeleton.

### Breaking Changes

- Exclude `rtu-server`/`tcp-server` from default features.
- `FunctionCode`: Replace `type` alias with `enum`.

## v0.9.0 (2023-07-26)
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.9.0"
version = "0.10.0"
authors = [
"slowtec GmbH <post@slowtec.de>",
"Markus Kohlhase <markus.kohlhase@slowtec.de>",
Expand Down

0 comments on commit e701b00

Please sign in to comment.