Skip to content

Commit 0426044

Browse files
chore: Releasing Changelog version v0.4.0 (#15)
1 parent 13e66d9 commit 0426044

File tree

3 files changed

+90
-78
lines changed

3 files changed

+90
-78
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2026-01-23
10+
911
### Added
1012

1113
- Time stamps recording the time of application creation and conclusion.
1214
- Time stamps recording the exact time of individual voting casts.
1315

16+
### Changed
17+
18+
- Make email configuration to be service-agnostic
19+
1420
## [0.3.0] - 2025-11-12
1521

1622
### Added
@@ -36,7 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
3642
- Historical record of all funding applications and their outcomes.
3743
- German localization for the user interface.
3844

39-
[Unreleased]: git@github.com:andreas-vester/ProjectVote/compare/0.3.0...master
45+
[Unreleased]: git@github.com:andreas-vester/ProjectVote/compare/0.4.0...master
46+
[0.4.0]: git@github.com:andreas-vester/ProjectVote/compare/0.3.0...0.4.0
4047
[0.3.0]: git@github.com:andreas-vester/ProjectVote/compare/0.2.0...0.3.0
4148
[0.2.0]: git@github.com:andreas-vester/ProjectVote/compare/0.1.0...0.2.0
4249
[0.1.0]: git@github.com:andreas-vester/ProjectVote/tree/0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "projectvote"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Containerized application designed to simplify the entire funding application lifecycle."
55
readme = "README.md"
66
keywords = ["funding", "application", "management", "voting", "workflow", "fastapi", "python", "docker"]

0 commit comments

Comments
 (0)