prepare 1.66 (#2831)

* update changelog for 1.66.0

* bump version to 1.66.0

* also mention Contact.last_seen python api
This commit is contained in:
bjoern
2021-11-23 11:40:15 +01:00
committed by GitHub
parent 016fb2ceb2
commit a1767dc153
4 changed files with 14 additions and 6 deletions

View File

@@ -1,8 +1,16 @@
# Changelog
## Unreleased
## 1.66.0
### API changes
- `dc_contact_get_last_seen()` added #2823
- python: `Contact.last_seen` added #2823
- removed `DC_STR_NEWGROUPDRAFT`, we don't set draft after creating group anymore #2805
### Changes
- python: add cutil.from_optional_dc_charpointer() #2824
- refactorings #2807 #2822 #2825
- Removed DC_STR_NEWGROUPDRAFT, we don't set draft after creating group anymore #2805
## 1.65.0

4
Cargo.lock generated
View File

@@ -1056,7 +1056,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.65.0"
version = "1.66.0"
dependencies = [
"ansi_term",
"anyhow",
@@ -1133,7 +1133,7 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.65.0"
version = "1.66.0"
dependencies = [
"anyhow",
"async-std",

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.65.0"
version = "1.66.0"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"
license = "MPL-2.0"

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat_ffi"
version = "1.65.0"
version = "1.66.0"
description = "Deltachat FFI"
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
edition = "2018"