Skip to content

Commit 1e59844

Browse files
author
Dave Horner
committed
chore: add CHANGELOG.md and Cargo.lock
- Introduce CHANGELOG.md documenting notable changes and release history. - Add generated Cargo.lock to lock dependency versions.
1 parent 0e2f1f7 commit 1e59844

File tree

2 files changed

+3425
-0
lines changed

2 files changed

+3425
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/davehorner/jetkvm_control/releases/tag/v0.1.0) - 2025-03-02
11+
12+
### Added
13+
14+
- *(ci)* add release-plz workflow for automated releases
15+
- add Windows Notepad example and update RPC field parsing
16+
17+
### Other
18+
19+
- Update README.md
20+
- 🔧 Improve JetKVM Config Loading with Multi-Location Precedence
21+
- Update README.md
22+
- Create README.md
23+
- initial release of jetkvm_control 0.1.0
24+
- Initial commit

0 commit comments

Comments
 (0)