Commit 1ee43235cb146ac197c31d88b59f510e58b556e6

Thomas de Grivel 2022-01-17T08:17:09

v0.2.0

diff --git a/README.md b/README.md
index 421307b..ae2dc97 100644
--- a/README.md
+++ b/README.md
@@ -56,40 +56,42 @@ location ~ ^(.*/info/refs|.*/git-upload-pack)$ {
 ```
 
 
-# TODO
-
-## kmxgit v0.2
-
- - DONE auth
-   - DONE auth users using `phx.gen.auth`
-   - DONE change password in separate form
-   - DONE session timeout (60 days)
-   - DONE auth with login
-   - DONE 2FA TOTP (Google Authenticator)
- - DONE public repositories
-   - DONE option "public access ?"
-   - DONE routes
-   - DONE permissions
-   - DONE git-http-backend
- - DONE front
-   - DONE source code coloration
-   - DONE line numbers
- - DONE admin
-   - DONE create organisation without members
- - DONE Git features
-   - DONE diff
-     - DONE sub-route, controller, view
-     - DONE links
-     - DONE line numbers
-   - DONE log
-   - DONE tags
+# Features
+
+## Added in kmxgit v0.2.0
+
+ - auth
+   - auth users using `phx.gen.auth`
+   - change password in separate form
+   - session timeout (60 days)
+   - auth with login
+   - 2FA TOTP (Google Authenticator)
+ - public repositories
+   - option "public access ?"
+   - routes
+   - permissions
+   - git-http-backend
+ - front
+   - source code coloration
+   - line numbers
+ - admin
+   - create organisation without members
+ - Git features
+   - diff
+     - sub-route, controller, view
+     - links
+     - line numbers
+   - log
+   - tags
  - notification e-mails
-   - DONE change login
-   - DONE change e-mail
-   - DONE change password
+   - change login
+   - change e-mail
+   - change password
    - change 2FA
 
 
+# TODO
+
 ## kmxgit v0.3
 
  - OAuth2
diff --git a/mix.exs b/mix.exs
index 66af664..9de9ae5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Kmxgit.MixProject do
   def project do
     [
       app: :kmxgit,
-      version: "0.1.0",
+      version: "0.2.0",
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:gettext] ++ Mix.compilers(),