summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-13 19:22:42 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-13 19:22:42 +0100
commite9b4e2d34af8f0ea4a54d8d093108cdfdc68757c (patch)
tree125b11cc5e5d28c12298d1a1e95bdad706e67c5d /CHANGELOG.md
parent73985e298a407ecc161d65b6bf92d3fc535aa73a (diff)
Cabal; non-Nix support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afb9ca7..5db8649 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- use `Double` rather than `FLoat` for internal calculations
- `cursorPos`, `dt` natively `Double` already
+## [0.3.0] - 2025-12-08
+
+### Added
+
+- Cabal build system
+- `.gitignore` against build artifacts
+
+### Changed
+
+- versioning using the [PVP standard](https://pvp.haskell.org/), though it will remain SemVer compliant
+ - SemVer version A.B.C will become PVP version A.B.C.0
+- `README.md` overhauled to reflect new build system
+
+### Fixed
+
+- a couple non-impactful typos
+
+### Removed
+
+- `Game` module -> moved to `Main`
+
## [0.2.1] - 2025-12-08
### Changed