From cae4fe402485170318c95a22ee708e140ed653fd Mon Sep 17 00:00:00 2001 From: jahway603 <64485701+jahway603@users.noreply.github.com> Date: Wed, 26 Jul 2023 06:45:00 -0400 Subject: [PATCH 1/3] Update README.md (#104) Updated README.md to indicate dendrite is beta software, as per the [upstream README.md](https://github.com/matrix-org/dendrite/blob/main/README.md) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a6967..740e855 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p **Shipped version:** 0.13.1~ynh2 ## :red_circle: Antifeatures -- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. +- **Beta software**: May contain changing or unstable features, bugs, and security vulnerability. ## Documentation and resources From 296f1ca2265f7fd2f8dd79cc6eee61fd2ef17da1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 26 Jul 2023 10:45:06 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 740e855..90a6967 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p **Shipped version:** 0.13.1~ynh2 ## :red_circle: Antifeatures -- **Beta software**: May contain changing or unstable features, bugs, and security vulnerability. +- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. ## Documentation and resources From def0574b642e9df7c1ad3a288d6822a5e4c7908b Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:06:34 +0200 Subject: [PATCH 3/3] Bump version to 0.13.1~ynh3 (#111) --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90a6967..810b912 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. -**Shipped version:** 0.13.1~ynh2 +**Shipped version:** 0.13.1~ynh3 ## :red_circle: Antifeatures - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. diff --git a/README_fr.md b/README_fr.md index 374e3cd..7e152a2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go - Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques. -**Version incluse :** 0.13.1~ynh2 +**Version incluse :** 0.13.1~ynh3 ## :red_circle: Fonctions indésirables - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. diff --git a/manifest.toml b/manifest.toml index 6b6eb05..b91de86 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dendrite" description.en = "Matrix homeserver of second generation" description.fr = "Serveur Matrix de seconde génération" -version = "0.13.1~ynh2" +version = "0.13.1~ynh3" maintainers = ["tituspijean"]