From 6f61911560c9d7a685114980424e874ca8778d92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 08:46:23 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014441d..0866e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.8.1 (2025-01-30) + +### Fix + +- footprint was calculated on wrong side of orbit + ## v0.8.0 (2025-01-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 5944f11..5d41483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tle-sat" -version = "0.8.0" +version = "0.8.1" description = "TLE Sat Sim" authors = ["Christian Wygoda "] license = "MIT"