Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58ac4054a9 | ||
|
|
feb7c9e561 |
@@ -4,6 +4,11 @@ All notable changes to The Scheduler will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [1.0.2] - 2025-12-14
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Removed unused `setup_database.sql` from Dockerfile (database schema managed externally)
|
||||||
|
|
||||||
## [1.0.1] - 2025-12-14
|
## [1.0.1] - 2025-12-14
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
# Copy application
|
# Copy application
|
||||||
COPY src/ ./src/
|
COPY src/ ./src/
|
||||||
COPY setup_database.sql .
|
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml .
|
||||||
|
|
||||||
# Configure git
|
# Configure git
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "the-scheduler"
|
name = "the-scheduler"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation"
|
description = "System-wide maintenance orchestration - backups, doc mirroring, cleanup, task automation"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user