Skip to content

Commit bf1b6f7

Browse files
authored
Merge pull request #282 from dsgnr/v3.2.0
Bump release v3.2.0
2 parents 4483e43 + 6d700a3 commit bf1b6f7

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5-
## [Unreleased]
5+
## [3.2.0] - 2024-11-22
66
- Updates `query_ipv4` method name to `query_address` to be more representative of what it actually does.
77
- Corrections to some docstrings and typehints.
88
- Refactored the UI to leverage JavaScript Proxy for more efficient state management,
@@ -12,6 +12,10 @@ All notable changes to this project will be documented in this file.
1212
- Formatted and linted the UI files (CSS, HTML, and JS) using ESLint and Prettier
1313
to ensure adherence to coding standards.
1414
- Resolved issue where the `ALLOW_PRIVATE` environment variable was not being evaluated correctly.
15+
- Updates API packages.
16+
- Adds pre-commit hooks.
17+
- Fixes some warnings in Docker builds.
18+
- Various other fixes and improvements.
1519

1620
## [3.1.2] - 2024-11-18
1721
- Fixes a regression caused by [#258](https://github.com/dsgnr/portchecker.io/pull/258)
@@ -147,4 +151,3 @@ Please consider the rewritten front-end and API as a beta release.
147151
## [1.0.0] - 2021-09-28
148152

149153
- Initial release
150-

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.1.2"
4+
version = "3.2.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 \

0 commit comments

Comments
 (0)