-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds changelog, modifies pipeline file (#131)
- Loading branch information
Tom Qin
authored
Jun 13, 2022
1 parent
cb1b060
commit 0402156
Showing
3 changed files
with
28 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,13 @@ | ||
# 从 [v0.0.1-alpha](https://github.com/Edgenesis/shifu/releases/tag/v0.0.1-alpha) 以来的变更 | ||
## Bug 修复: | ||
- 修复了一个西门子PLC驱动和部署文件的问题 (https://github.com/Edgenesis/shifu/pull/81) | ||
|
||
## 功能 & 增强: | ||
- OPC UA 支持 (https://github.com/Edgenesis/shifu/pull/113) | ||
- 加入了西门子 PLC 的测试虚拟设备 (https://github.com/Edgenesis/shifu/pull/122) | ||
- 更新 YAML 包到 yaml.v3 (https://github.com/Edgenesis/shifu/pull/117) | ||
|
||
## 文档: | ||
- 在文档中加入了更准确的中文翻译,将 demo 文件的路径从 `docs/guide` 移到 `deviceshifu/examples` (https://github.com/Edgenesis/shifu/pull/108) | ||
- 更新项目路线图 (https://github.com/Edgenesis/shifu/pull/109, https://github.com/Edgenesis/shifu/pull/111) | ||
- 加入了 Windows 和 Mac的开发文档 (https://github.com/Edgenesis/shifu/pull/121) |
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,13 @@ | ||
# Changelog since [v0.0.1-alpha](https://github.com/Edgenesis/shifu/releases/tag/v0.0.1-alpha) | ||
## Bug fixes: | ||
- Fixes an issue with Siemens PLC's driver and deployment file (https://github.com/Edgenesis/shifu/pull/81) | ||
|
||
## Features & Enhancement: | ||
- OPC UA support (https://github.com/Edgenesis/shifu/pull/113) | ||
- Added Siemens PLC mock device (https://github.com/Edgenesis/shifu/pull/122) | ||
- Update YAML pkg to yaml.v3 (https://github.com/Edgenesis/shifu/pull/117) | ||
|
||
## Docs: | ||
- Updated documents with with better Chinese translation, update demo paths from `docs/guide` to `deviceshifu/examples` (https://github.com/Edgenesis/shifu/pull/108) | ||
- Update project roadmap (https://github.com/Edgenesis/shifu/pull/109, https://github.com/Edgenesis/shifu/pull/111) | ||
- Added Development guide for Windows and Mac (https://github.com/Edgenesis/shifu/pull/121) |
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