chore(release): prepare for 1.151.2 (#6267)

following `RELEASE.md`, after merging, the following is needed:

6. Tag the release: `git tag --annotate v1.151.2`.
7. Push the release tag: `git push origin v1.151.2`.
8. Create a GitHub release: `gh release create v1.151.2 --notes ''`.
This commit is contained in:
bjoern
2024-11-27 13:37:01 +01:00
committed by GitHub
parent ba68b87c58
commit d1537095e4
13 changed files with 43 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat-repl"
version = "1.151.1"
version = "1.151.2"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/deltachat/deltachat-core-rust"