From b4845718629e4c4e173fc5a5a4e7f057ed3410ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Thu, 22 Jan 2026 11:34:12 +0300 Subject: [PATCH 1/2] bump version to v1.8.1 --- runner/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/banner.go b/runner/banner.go index f647d1e7..f3018ab4 100644 --- a/runner/banner.go +++ b/runner/banner.go @@ -16,7 +16,7 @@ const banner = ` ` // Version is the current Version of httpx -const Version = `v1.7.4` +const Version = `v1.8.1` // showBanner is used to show the banner to the user func showBanner() { From 791885faf12680b04552586e5db4b619330ebfe0 Mon Sep 17 00:00:00 2001 From: PDTeamX <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:09:02 +0530 Subject: [PATCH 2/2] version update --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 4ad59468..8149e308 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -2,7 +2,7 @@ name: httpx summary: httpx is a fast and multi-purpose HTTP toolkit description: | httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the result reliability with increased threads. -version: 'v1.7.4' +version: 'v1.8.1' icon: static/httpx-logo.png license: MIT base: core18