Skip to content

Commit

Permalink
Bump release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgnr committed Nov 9, 2024
1 parent 752b90b commit a4e963c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [3.1.0] - 2024-11-08
- Bump gunicorn from 22.0.0 to 23.0.0
- Adds more dependabot update rules
- Improve documentation
- Various exception handling improvements
- Add Pytests to API
- Enforce Pylint and Isort
- Add GitHub Actions workflow for Isort, Pylint and Pytest
- Deduplicate of application info
- Add favicon to web

## [3.0.0] - 2024-11-05
- Rewrites the API to migrate from FastAPI to [Litestar](https://litestar.dev/).
- This also migrates the documentation from Swagger to [Scalar](https://github.com/scalar/scalar).
Expand Down
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.0.0"
version = "3.1.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 a4e963c

Please sign in to comment.