Skip to content

Commit a98d092

Browse files
authored
Merge pull request #104 from lostsnow/feature/v1.3.0
bump version to 1.3.0
2 parents 201b186 + d84227e commit a98d092

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## Unreleased
44

55
* FEATURES
6-
* Add installed packages report for SCA
6+
* Add installed packages report for SCA [#100](https://github.com/HXSecurity/DongTai-agent-python/pull/100)
77
* BUGFIXES
8-
* Fix memory leak when use requests
8+
* Fix memory leak when use requests [#99](https://github.com/HXSecurity/DongTai-agent-python/pull/99)
99

1010
## [1.2.1](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.1) - 2022-01-05
1111

1212
* BUGFIXES
13-
* Fix memory leak in fstring hook
13+
* Fix memory leak in fstring hook [#97](https://github.com/HXSecurity/DongTai-agent-python/pull/97)
1414

1515
## [1.2.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.0) - 2021-12-31
1616

CHANGELOG_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## 尚未发布
44

55
* 功能
6-
* 组件管理: 上报已安装的软件包
6+
* 组件管理: 上报已安装的软件包 [#100](https://github.com/HXSecurity/DongTai-agent-python/pull/100)
77
* 修复
8-
* 修复使用 requests 的内存泄漏
8+
* 修复使用 requests 的内存泄漏 [#99](https://github.com/HXSecurity/DongTai-agent-python/pull/99)
99

1010
## [1.2.1](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.1) - 2022-01-05
1111

1212
* 修复
13-
* 修复 fstring hook 的内存泄漏
13+
* 修复 fstring hook 的内存泄漏 [#97](https://github.com/HXSecurity/DongTai-agent-python/pull/97)
1414

1515
## [1.2.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.0) - 2021-12-31
1616

dongtai_agent_python/config-example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"allhook": {
3434
"enable": true
3535
},
36-
"name": "DongTai 1.2.0",
36+
"name": "DongTai",
3737
"mode": "normal"
3838
},
3939
"project": {
4040
"name": "Python Demo Project",
4141
"version": ""
4242
},
4343
"engine": {
44-
"version": "v1.2.1",
44+
"version": "v1.3.0",
4545
"name": "dongtai-agent-python"
4646
},
4747
"app": {

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dongtai_agent_python
3-
version = 1.2.1
3+
version = 1.3.0
44
description = DongTai IAST Agent for Python
55
long_description = file: README.md
66
url = https://dongtai.io

0 commit comments

Comments
 (0)