-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cd1400
commit e5aa1e2
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
## [0.1.0] - 2024-06-13 | ||
|
||
- Initial release: rs_openshowvar library is published. | ||
- A Rust library that uses the OpenShowVar protocol to connect to Kuka robots and perform data read/write operations. | ||
|
||
## [0.1.1] - 2024-06-13 | ||
|
||
- Removed redundant categories from `Cargo.toml`. | ||
|
||
## [0.1.2] - 2024-06-13 | ||
|
||
- Corrected typos in the README.md file for better clarity and accuracy. | ||
|
||
## [0.1.3] - 2024-06-13 | ||
|
||
- Fixed typos in the README.md file. | ||
|
||
## [0.1.4] - 2024-06-13 | ||
|
||
- Erroneous sample code has been corrected. | ||
|
||
## [0.1.5] - 2024-06-13 | ||
|
||
- Library definition errors have been fixed. | ||
- Additional information notes were added to the README.md section. |