Skip to content

Commit 7cfa0f1

Browse files
committed
Generate changelog for version 0.13.2
1 parent 9567245 commit 7cfa0f1

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
"systemd",
1919
]
2020
authors = [{ name = "Tobi DEGNON", email = "tobidegnon@proton.me" }]
21-
requires-python = ">=3.10;<3.14"
21+
requires-python = ">=3.10,<3.14"
2222
classifiers = [
2323
"Development Status :: 3 - Alpha",
2424
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)