Skip to content

Commit

Permalink
adds changelog, modifies pipeline file (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Qin authored Jun 13, 2022
1 parent cb1b060 commit 0402156
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG/CHANGELOG-v0.0.1-zh.md
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)
13 changes: 13 additions & 0 deletions CHANGELOG/CHANGELOG-v0.0.1.md
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)
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ trigger:
- LICENSE
- .devcontainer
- .github
- CHANGELOG

pr:
branches:
Expand All @@ -27,6 +28,7 @@ pr:
- LICENSE
- .devcontainer
- .github
- CHANGELOG

pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit 0402156

Please sign in to comment.