summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-23 11:37:46 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-06-23 11:37:46 -0100
commitb90a197bca382882197178dc155074bad8a6a6d0 (patch)
treed85f30f464883a2f69bd987e0493faa3d6e39ccc
parent3db58dcda5f735e9e680e1291da983ef85739a3c (diff)
0.3.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml4
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e929aae..ec8df9ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
+## 0.3.0 (alpha 3.0)
+
+- [setup] fully indexed database structure.
+- [global] fixing issue with hashtags.
+- [global] compat nc19.
+
+
## 0.2.101
- [setup] fixing an issue with migration on pgsql
diff --git a/Makefile b/Makefile
index 4678b43e..9bd559d6 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=0.2.101
+version+=0.3.0
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5ad8f7f8..2568bb2b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,9 +18,9 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.3</version>
+ <version>0.3.0</version>
<licence>agpl</licence>
- <author mail="maxence@artificial-owl.com">Maxence Lange</author>
+ <author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<author mail="jonas@violoncello.ch" homepage="https://violoncello.ch">Jonas Sulzer</author>
<author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>