From ffd24173e5ddcb284bedc90c5a07cac7a8870a98 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 28 Nov 2024 15:42:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20=E2=80=94=20Bump=20version=20(0.?= =?UTF-8?q?6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ argos/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f7dc2..edfa8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## 0.6.0 + +Date: 2024-11-28 + - 💄 — Show only not-OK domains by default in domains list, to reduce the load on browser - ♿️ — Fix not-OK domains display if javascript is disabled - ✨ — Retry check right after a httpx.ReadError diff --git a/argos/__init__.py b/argos/__init__.py index c91a341..5a2867d 100644 --- a/argos/__init__.py +++ b/argos/__init__.py @@ -1 +1 @@ -VERSION = "0.5.0" +VERSION = "0.6.0"