Skip to content

Commit 7f376fa

Browse files
authored
Merge pull request #98 from lostsnow/fix/memory-leak
bump version to 1.2.1
2 parents 9afa3e4 + 38b4d19 commit 7f376fa

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## [1.2.1](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.1) - 2022-01-05
6+
7+
* BUGFIXES
8+
* Fix memory leak in fstring hook
9+
510
## [1.2.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.0) - 2021-12-31
611

712
* FEATURES

CHANGELOG_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 尚未发布
44

5+
## [1.2.1](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.1) - 2022-01-05
6+
7+
* 修复
8+
* 修复 fstring hook 的内存泄漏
9+
510
## [1.2.0](https://github.com/HXSecurity/DongTai-agent-python/releases/tag/v1.2.0) - 2021-12-31
611

712
* 功能

dongtai_agent_python/config-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"version": ""
4242
},
4343
"engine": {
44-
"version": "v1.2.0",
44+
"version": "v1.2.1",
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.0
3+
version = 1.2.1
44
description = DongTai IAST Agent for Python
55
long_description = file: README.md
66
url = https://dongtai.io

0 commit comments

Comments
 (0)