Skip to content

Commit

Permalink
Merge pull request #282 from dsgnr/v3.2.0
Browse files Browse the repository at this point in the history
Bump release v3.2.0
  • Loading branch information
dsgnr authored Nov 22, 2024
2 parents 4483e43 + 6d700a3 commit bf1b6f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

- Initial release

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
package-mode = false
name = "portchecker.io"
version = "3.1.2"
version = "3.2.0"
description = """portchecker.io is an open-source API for checking port \
availability on specified hostnames or IP addresses. \
Ideal for developers and network admins, it helps troubleshoot network \
Expand Down

0 comments on commit bf1b6f7

Please sign in to comment.