From 654a1234585d06e6b89c4e8e707fd01384eaf0b2 Mon Sep 17 00:00:00 2001 From: sonny Date: Sat, 3 May 2025 15:53:32 +0200 Subject: [PATCH] Update version numbers --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 4 ++-- uv.lock | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a419e26..9c65293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# 0.7.0 + +- Added different classes responsible for determining host IP +- Changed cli usage from `transip-client` to `transip-update` +- Added Dockerfile +- Added editorconfig configuration file +- Added README + # 0.6.0 - Replaced dns query usage with calling an external API diff --git a/pyproject.toml b/pyproject.toml index f9408d9..54b502c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "transip_client" -version = "0.5.0" +version = "0.7.0" description = "Listens for changes about the current public IP and acts upon it." -authors = [{name = "Sonny", email= "sonnyba871@gmail.com"}] +authors = [{name = "Sonny"}] license = {text = "GPL-3.0"} requires-python = ">=3.11" dependencies = [ diff --git a/uv.lock b/uv.lock index bfdbe75..d42ebb4 100644 --- a/uv.lock +++ b/uv.lock @@ -270,7 +270,7 @@ wheels = [ [[package]] name = "transip-client" -version = "0.5.0" +version = "0.7.0" source = { editable = "." } dependencies = [ { name = "click", marker = "sys_platform == 'linux'" },