aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: c59fe469a0a2156cf43d1997ad2f441fc57491b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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).

## Unreleased

### Added

- Markdown linting

### Changed

- Added unneded files to `.dockerignore`

## [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.