File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ new and what's changed to make the most out of Modus.
1212
1313| Version | Date | Description |
1414| ------- | ---------- | ----------------------------------------------------- |
15+ | 0.16 | 2024-12-23 | Local time and time zone support |
16+ | 0.15 | 2024-12-13 | Neo4j support |
17+ | 0.14 | 2024-11-23 | Modus API Explorer + in-code documentation |
1518| 0.13 | 2024-10-17 | First release of Modus as an open source framework 🎉 |
1619
1720For a detailed list of changes, please refer to the
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ Start the Collections PostgreSQL database using the local Docker Compose script:
429429
430430``` sh
431431cd modus/runtime/tools/local
432- docker- compose up
432+ docker compose up
433433```
434434
435435 </Step >
You can’t perform that action at this time.
0 commit comments