From 7953a2a1778f5b972bedcd19792f913123f71f00 Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Fri, 31 Jul 2020 09:01:01 +0000 Subject: [PATCH 1/2] feat: Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63539ba..cdd886b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file. - Serialization is now based on marshal (2x performance improvements). - Let pip chose python dependencies install path. -## [0.0.3] - Upcoming +## [0.0.3] - 2020-07-29 ### Added @@ -60,7 +60,6 @@ All notable changes to this project will be documented in this file. - user localization - repository init - ### Removed - Unused strict right management strategy From 6158ef51711e896bfea9d34c76f7fe1a4cde3bcd Mon Sep 17 00:00:00 2001 From: Swann Date: Wed, 26 Aug 2020 11:35:06 +0200 Subject: [PATCH 2/2] feat: discord link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cc9434..687f214 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ I'm working on it. See [contributing section](https://multi-user.readthedocs.io/en/latest/ways_to_contribute.html) of the documentation. +Feel free to [join the discord server](https://discord.gg/aBPvGws) to chat, seek help and contribute. + ## Licensing See [license](LICENSE)