File tree 4 files changed +25
-3
lines changed 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## v2.7.13 - 2024-01-26
11
+
12
+ ### Bug Fixes:
13
+
14
+ - mem leak
15
+
16
+ ### Enhancements:
17
+
18
+ - add api committed, position
19
+ - add taos.cfg
20
+ - separate the build and test processe
21
+ - start tdengine in job
22
+ - update cargo taos version
23
+ - update step
24
+ - ** (ws)** : add tmq commit_offset
25
+ - ** (ws)** : add tmq list_topic
26
+
27
+ ### Documents:
28
+
29
+ - update dev cmd
30
+
10
31
## v2.7.12 - 2023-09-11
11
32
12
33
### Bug Fixes:
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ if [ "$newv" = "" ]; then
6
6
exit 1
7
7
fi
8
8
echo " __version__ = '$newv '" > taos/_version.py
9
- sed -Ei ' 3s#^version\s*=.*$#version = "' $newv ' "#' pyproject.toml
9
+ sed -E ' 3s#version.*#version = "' $newv ' "#' pyproject.toml >> pyproject.toml2
10
+ mv pyproject.toml2 pyproject.toml
10
11
11
12
sed -n " 1,9p" CHANGELOG.md > CHANGELOG.md2
12
13
printf " ## v$newv - $( date +%F) \n\n" >> CHANGELOG.md2
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " taospy"
3
- version = " 2.7.12 "
3
+ version = " 2.7.13 "
4
4
description = " TDengine connector for python"
5
5
authors = [" Taosdata Inc. <support@taosdata.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = '2.7.12 '
1
+ __version__ = '2.7.13 '
You can’t perform that action at this time.
0 commit comments