From a4e963c59cc65e5507835044dd6b57fa7d05785d Mon Sep 17 00:00:00 2001 From: dsgnr Date: Sat, 9 Nov 2024 00:42:02 +0000 Subject: [PATCH] Bump release 3.1.0 --- CHANGELOG.md | 11 +++++++++++ backend/pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c9950..66f3c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6da2b08..7cd3801 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -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 \