From 26048db9dc3b1b01d51292bc348775e4a435d5cb Mon Sep 17 00:00:00 2001 From: mcorbin Date: Mon, 23 Mar 2020 22:06:15 +0100 Subject: [PATCH] Release 0.4.0 --- README.md | 1 + project.clj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 985ac1b..14230af 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Documentation is available at https://meuse.mcorbin.fr/ - [x] Manage crates. - [x] Security: HTTPS support, TLS support for the PostgreSQL client. - [x] Monitoring: Meuse exposes a Prometheus endpoint with various metrics (HTTP server, database pool, JVM metrics...). +- [x] Small frontend to explore crates. ## Plan diff --git a/project.clj b/project.clj index d4af733..031c9f5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject meuse "0.3.0" +(defproject meuse "0.4.0" :description "A free private Rust registry" :url "https://github.com/mcorbin/meuse" :license {:name "Eclipse Public License 1.0"}