Skip to content

Commit f86689d

Browse files
authored
Merge pull request #363 from dsgnr/v3.3.1
Prepare for 3.3.1 release
2 parents cf6e3b6 + 3592eef commit f86689d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.3.1] - 2025-08-03
6+
7+
- Fix issue where localhost would resolve to ipv6 for healthcheck [#362](https://github.com/dsgnr/portchecker.io/pull/362).
8+
- Improve test coverage [#354](https://github.com/dsgnr/portchecker.io/pull/354).
9+
- Various package updates.
10+
511
## [3.3.0] - 2025-05-27
612

713
- Allow default host to be defined instead of using WAN address [#338](https://github.com/dsgnr/portchecker.io/pull/338).

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
package-mode = false
33
name = "portchecker.io"
4-
version = "3.3.0"
4+
version = "3.3.1"
55
description = """portchecker.io is an open-source API for checking port \
66
availability on specified hostnames or IP addresses. \
77
Ideal for developers and network admins, it helps troubleshoot network \

frontend/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portchecker.io",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Single page site for portchecker.io",
55
"homepage": "https://github.com/dsgnr/portchecker.io#readme",
66
"repository": {

0 commit comments

Comments
 (0)