Skip to content

Commit

Permalink
update deltachat-core-rust to 'chore(release): prepare for 1.142.12' …
Browse files Browse the repository at this point in the history
…of 'v1.142.12'
  • Loading branch information
zeitschlag committed Sep 10, 2024
1 parent 5ae171f commit 90b639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/libraries/deltachat-core-rust
Submodule deltachat-core-rust updated 64 files
+7 −0 .github/dependabot.yml
+5 −5 .github/workflows/ci.yml
+1 −1 .github/workflows/dependabot.yml
+1 −1 .github/workflows/node-docs.yml
+1 −1 .github/workflows/upload-docs.yml
+144 −0 CHANGELOG.md
+85 −345 Cargo.lock
+14 −10 Cargo.toml
+2 −2 README.md
+2 −2 deltachat-ffi/Cargo.toml
+3 −2 deltachat-ffi/deltachat.h
+2 −2 deltachat-jsonrpc/Cargo.toml
+4 −4 deltachat-jsonrpc/src/api.rs
+2 −0 deltachat-jsonrpc/src/api/types/contact.rs
+1 −1 deltachat-jsonrpc/typescript/package.json
+1 −1 deltachat-repl/Cargo.toml
+1 −1 deltachat-rpc-client/pyproject.toml
+2 −2 deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py
+2 −1 deltachat-rpc-client/tests/test_iroh_webxdc.py
+17 −1 deltachat-rpc-client/tests/test_securejoin.py
+35 −0 deltachat-rpc-client/tests/test_something.py
+3 −3 deltachat-rpc-server/Cargo.toml
+1 −1 deltachat-rpc-server/npm-package/package.json
+0 −2 deny.toml
+1 −1 package.json
+1 −1 python/pyproject.toml
+10 −0 python/tests/test_1_online.py
+1 −1 release-date.in
+1 −1 scripts/coredeps/install-rust.sh
+1 −1 scripts/make-rpc-testenv.sh
+1 −1 scripts/run-rpc-test.sh
+1 −1 scripts/update-provider-database.sh
+54 −16 src/config.rs
+51 −63 src/configure.rs
+2 −4 src/configure/auto_mozilla.rs
+0 −1 src/configure/auto_outlook.rs
+0 −30 src/configure/server_params.rs
+1 −1 src/constants.rs
+15 −0 src/contact.rs
+6 −0 src/context.rs
+1 −0 src/headerdef.rs
+40 −40 src/imap.rs
+14 −4 src/imap/client.rs
+1 −0 src/imap/session.rs
+34 −31 src/login_param.rs
+10 −12 src/message.rs
+17 −18 src/mimefactory.rs
+1 −1 src/net.rs
+399 −55 src/net/dns.rs
+2 −2 src/net/tls.rs
+133 −88 src/peer_channels.rs
+58 −7 src/provider/data.rs
+4 −1 src/qr.rs
+11 −23 src/qr/dclogin_scheme.rs
+1 −1 src/receive_imf.rs
+41 −0 src/receive_imf/tests.rs
+7 −5 src/scheduler.rs
+6 −0 src/securejoin.rs
+4 −15 src/smtp.rs
+32 −5 src/smtp/connect.rs
+12 −6 src/sql.rs
+37 −2 src/test_utils.rs
+2 −2 src/tests/verified_chats.rs
+1 −1 standards.md

0 comments on commit 90b639d

Please sign in to comment.