Skip to content

Commit ca378f0

Browse files
chore(release): prepare for publishing (#20)
1 parent 31e0c79 commit ca378f0

File tree

4 files changed

+55
-37
lines changed

4 files changed

+55
-37
lines changed

Cargo.lock

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/now-proto-pdu/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [[0.2.0](https://github.com/Devolutions/now-proto/compare/now-proto-pdu-v0.1.0...now-proto-pdu-v0.2.0)] - 2025-03-14
10+
11+
### <!-- 1 -->Features
12+
13+
- Set keyboard layout functionality (#22) ([31e0c79318](https://github.com/Devolutions/now-proto/commit/31e0c793186d558c0369fe188a2525b99911af30))
14+
15+
### <!-- 6 -->Documentation
16+
17+
- Update README.md and uniformize wording (#19) ([17719140e7](https://github.com/Devolutions/now-proto/commit/17719140e7b52b209cda9c17d0ef892cf006f723))
18+

rust/now-proto-pdu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "now-proto-pdu"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
readme = "README.md"
55
description = "NOW protocol PDU encoding and decoding"
66
edition.workspace = true

rust/now-proto-testsuite/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ now-proto-pdu = { path = "../now-proto-pdu" }
2323
expect-test = "1"
2424

2525
[dev-dependencies]
26-
rstest = "0.24"
26+
rstest = "0.24"

0 commit comments

Comments
 (0)