From 6bc434cebd70863cc2d719bdfe1e2accb6cfce32 Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:00:19 +0530 Subject: [PATCH 1/5] docs(readme): Add Codefactor badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6bdfc02..7245849 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" /> + CodeFactor +

From 5d26a2ec6d13fff0896df47780e9225e553dfb89 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 4 Oct 2023 09:17:21 +0530 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=93=9D=20Codefactor=20code=20coverage?= =?UTF-8?q?=20shield=20badge=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7245849..77789c4 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,11 @@ src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" /> - CodeFactor - + />

From 57410378a4ab14cbc9f633b74bf7825d35a08462 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 4 Oct 2023 09:28:05 +0530 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=93=9D=20Codefactor=20code=20coverage?= =?UTF-8?q?=20shield=20badge=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77789c4..6161143 100644 --- a/README.md +++ b/README.md @@ -35,17 +35,18 @@ src="https://img.shields.io/maintenance/yes/2023?style=flat-square" /> + + CodeFactor + Gitpod - CodeFactor

From 074975bc20e97257651feac2a8a43ed3e4a89edf Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 4 Oct 2023 09:29:18 +0530 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db0fab2..cdeffa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.0.7" +version = "1.0.8" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" From 01cb86deddc12332cc8eb206e01253b9523d6245 Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 4 Oct 2023 09:29:47 +0530 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=9A=80=20chore:=20bump=20the=20app=20?= =?UTF-8?q?version=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index dcba881..6bcb939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3954,7 +3954,7 @@ dependencies = [ [[package]] name = "websurfx" -version = "1.0.7" +version = "1.0.8" dependencies = [ "actix-cors", "actix-files",