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

Commit 671b891

Browse files
committed
bump version
1 parent 3354b2e commit 671b891

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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.43.0
12+
13+
* add location-streaming functions `dc_msg_set_location()`,
14+
`dc_msg_has_location()`, `dc_array_is_independent()`
15+
16+
The changes have been done by Björn Petersen, cyBerta and Nico de Haen
17+
1118
## v0.42.0
1219

1320
* add location-streaming function and events:

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.42.0"
14+
#define DC_VERSION_STR "0.43.0"
1515

1616

1717
/**

0 commit comments

Comments
 (0)