Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 1d4eaa2

Browse files
committed
bump version
1 parent 8d39154 commit 1d4eaa2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ https://github.com/deltachat/deltachat-core/commits/master
88
For a high-level overview about changes in the single apps,
99
see the changelogs linked eg. from https://delta.chat/en/download
1010

11+
## v0.44.0
12+
13+
* improve build and python bindings
14+
* add `dc_imap_empty_folders()` function and `DC_EMPTY_*` flags.
15+
it is planned that this function is replaced by something more sophisticated
16+
in the upcoming rust core; if you do not need this function,
17+
from the c-api point ot view, there is no need to upgrade to this version
18+
19+
The changes have been done by Asiel Díaz Benítez, Björn Petersen,
20+
Floris Bruynooghe, Holger Krekel, Jikstra, Kali Kaneko, Lars-Magnus Skog,
21+
Oliver Bestwalter, sergey
22+
1123
## v0.43.0
1224

1325
* add location-streaming functions `dc_msg_set_location()`,

src/deltachat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#endif
1212

1313

14-
#define DC_VERSION_STR "0.43.0"
14+
#define DC_VERSION_STR "0.44.0"
1515

1616

1717
/**

0 commit comments

Comments
 (0)