aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-18 22:23:49 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-18 22:23:49 +0200
commitdef48755cfb6edf0c25d321024e71bc471ebd75c (patch)
treeec78e004d279a5c57d384da4b7fec6f84c275e6b /CHANGELOG.md
parentFix up `HEALTHCHECK`. (diff)
Update changelog & contributing guidelines, bump version.v0.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..22e6e2d3
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,19 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+
+## [0.3.0] - 2018-18-09
+### Added
+- Do not recommend pushes to `master` in `CONTRIBUTING.md`
+- Documentation about how to set up the site and Postgres up locally using Docker and `pip`
+- Healthchecks for the `app` container
+- Require 100% code coverage in `CONTRIBUTING.md`
+- Require `CHANGELOG.md` updates in `CONTRIBUTING.md`
+- The `psmgr` console script as a shortcut to `python manage.py`
+- This file
+
+### Changed
+- Improved build speed by not installing unneeded dependencies.