Skip to content

Commit bc5c839

Browse files
committed
Prepare for 3.3.0 release
1 parent 8d506fc commit bc5c839

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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

5+
## [3.3.0] - 2025-05-27
6+
7+
- Allow default host to be defined instead of using WAN address [#338](https://github.com/dsgnr/portchecker.io/pull/338).
8+
- Various package updates.
9+
510
## [3.2.2] - 2025-03-18
611

712
- Allows hyphenated subdomains in the UI.

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.2.2"
4+
version = "3.3.0"
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.0.0",
3+
"version": "3.3.0",
44
"description": "Single page site for portchecker.io",
55
"homepage": "https://github.com/dsgnr/portchecker.io#readme",
66
"repository": {

0 commit comments

Comments
 (0)