release: Version 0.3.1

This commit is contained in:
PapaTutuWawa 2023-04-05 13:20:16 +02:00
parent 916be1c927
commit c88ab940c4
8 changed files with 18 additions and 8 deletions

View File

@ -16,10 +16,10 @@ dependencies:
version: 0.1.4+1 version: 0.1.4+1
moxxmpp: moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.3.0 version: 0.3.1
moxxmpp_socket_tcp: moxxmpp_socket_tcp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.3.0 version: 0.3.1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View File

@ -10,14 +10,16 @@ dependencies:
logging: ^1.0.2 logging: ^1.0.2
moxxmpp: moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.3.0 version: 0.3.1
moxxmpp_socket_tcp: moxxmpp_socket_tcp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.3.0 version: 0.3.1
dependency_overrides: dependency_overrides:
moxxmpp: moxxmpp:
path: ../packages/moxxmpp path: ../packages/moxxmpp
moxxmpp_socket_tcp:
path: ../packages/moxxmpp_socket_tcp
dev_dependencies: dev_dependencies:
lints: ^2.0.0 lints: ^2.0.0

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "moxxmpp-docs"; pname = "moxxmpp-docs";
version = "0.3.0"; version = "0.3.1";
PUB_CACHE = "${pubCache}"; PUB_CACHE = "${pubCache}";

View File

@ -1,3 +1,7 @@
## 0.3.1
- Fix some issues with running moxxmpp as a component
## 0.3.0 ## 0.3.0
- **BREAKING**: Removed `connectAwaitable` and merged it with `connect`. - **BREAKING**: Removed `connectAwaitable` and merged it with `connect`.

View File

@ -9,7 +9,7 @@ Include the following as a dependency in your pubspec file:
``` ```
moxxmpp: moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.3.0 version: 0.3.1
``` ```
You can find the documentation [here](https://moxxy.org/developers/docs/moxxmpp/). You can find the documentation [here](https://moxxy.org/developers/docs/moxxmpp/).

View File

@ -1,6 +1,6 @@
name: moxxmpp name: moxxmpp
description: A pure-Dart XMPP library description: A pure-Dart XMPP library
version: 0.3.0 version: 0.3.1
homepage: https://codeberg.org/moxxy/moxxmpp homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub

View File

@ -1,3 +1,7 @@
## 0.3.1
- Keep version in sync with moxxmpp
## 0.1.2+9 ## 0.1.2+9
- Update a dependency to the latest release. - Update a dependency to the latest release.

View File

@ -1,6 +1,6 @@
name: moxxmpp_socket_tcp name: moxxmpp_socket_tcp
description: A socket for moxxmpp using TCP that implements the RFC6120 connection algorithm and XEP-0368 description: A socket for moxxmpp using TCP that implements the RFC6120 connection algorithm and XEP-0368
version: 0.3.0 version: 0.3.1
homepage: https://codeberg.org/moxxy/moxxmpp homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub publish_to: https://git.polynom.me/api/packages/Moxxy/pub