File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.13.2] - 2025-11-28
8+
9+ ### 🐛 Bug Fixes
10+
11+ - Hanging interactive shell on 3.14
12+
713## [ 0.13.1] - 2025-11-28
814
915### 🐛 Bug Fixes
@@ -29,16 +35,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2935
3036## [ 0.12.1] - 2025-03-12
3137
32- ### 🐛 Bug Fixes
33-
34- - Force .venv removal on deploy
35-
36- ### 📚 Documentation
37-
38- - Document integration with ci ci platforms
39-
40- ## [ 0.12.0] - 2025-03-08
41-
4238### 🚀 Features
4339
4440- Add process name to systemd service
@@ -48,6 +44,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
4844
4945### 🐛 Bug Fixes
5046
47+ - Force .venv removal on deploy
5148- Env content parse logic
5249
5350### 🚜 Refactor
@@ -56,6 +53,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5653
5754### 📚 Documentation
5855
56+ - Document integration with ci ci platforms
5957- Apply a more consistent writing style
6058
6159### ⚙️ Miscellaneous Tasks
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords = [
1818 " systemd" ,
1919]
2020authors = [{ name = " Tobi DEGNON" , email = " tobidegnon@proton.me" }]
21- requires-python = " >=3.10; <3.14"
21+ requires-python = " >=3.10, <3.14"
2222classifiers = [
2323 " Development Status :: 3 - Alpha" ,
2424 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments