|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 | | -and this project adheres to release number versioning. |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 7 |
|
8 | 8 | ## [Unreleased] |
9 | 9 |
|
10 | 10 | ### Added |
11 | 11 |
|
12 | | -- Set up React and Django boilerplate [#1](https://github.com/CodeForPhilly/third-places/pull/1) |
13 | | -- Added Docker containers with docker-compose [#10](https://github.com/CodeForPhilly/third-places/pull/10) |
14 | | -- Set up Leaflet React component and boiletplate homepage[#7](https://github.com/CodeForPhilly/third-places/issues/7) |
15 | | -- Added initial Django models & migration [#21](https://github.com/CodeForPhilly/third-places/pull/21) |
16 | 12 | - Added initial REST endpoints for Users [#23](https://github.com/CodeForPhilly/third-places/pull/23) |
17 | 13 | - Added buttons at bottom of Map [#40](https://github.com/CodeForPhilly/third-places/pull/40) |
18 | 14 |
|
19 | 15 | ### Changed |
20 | | -- Made Leaflet map element fullscreen and rmeoved title[#27](https://github.com/CodeForPhilly/third-places/issues/27) |
| 16 | + |
| 17 | +- Update docs with release process [#40](https://github.com/CodeForPhilly/third-places/pull/40) |
| 18 | + |
21 | 19 | ### Deprecated |
22 | 20 |
|
23 | 21 | ### Removed |
24 | 22 |
|
25 | 23 | ### Fixed |
26 | | -- Issue template [#9](https://github.com/CodeForPhilly/third-places/pull/9) |
27 | 24 |
|
| 25 | +## [0.1.2] |
| 26 | + |
| 27 | +### Fixed |
| 28 | + |
| 29 | +- Remove nonexistent target [#37](https://github.com/CodeForPhilly/third-places/pull/37) |
| 30 | + |
| 31 | +## [0.1.1] |
| 32 | + |
| 33 | +### Added |
| 34 | + |
| 35 | +- Build and publish Docker container images [#36](https://github.com/CodeForPhilly/third-places/pull/36) |
| 36 | + |
| 37 | +## [0.1.0] |
| 38 | + |
| 39 | +### Added |
| 40 | + |
| 41 | +- Set up React and Django boilerplate [#1](https://github.com/CodeForPhilly/third-places/pull/1) |
| 42 | +- Added Docker containers with docker-compose [#10](https://github.com/CodeForPhilly/third-places/pull/10) |
| 43 | +- Set up Leaflet React component and boiletplate homepage[#16](https://github.com/CodeForPhilly/third-places/issues/16) |
| 44 | +- Added initial Django models & migration [#21](https://github.com/CodeForPhilly/third-places/pull/21) |
| 45 | +- Add automated release workflow [#35](https://github.com/CodeForPhilly/third-places/pull/35) |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +- Made Leaflet map element fullscreen and rmeoved title[#27](https://github.com/CodeForPhilly/third-places/issues/27) |
| 50 | + |
| 51 | +### Fixed |
| 52 | + |
| 53 | +- Issue template [#9](https://github.com/CodeForPhilly/third-places/pull/9) |
28 | 54 |
|
29 | | -[Unreleased]: |
| 55 | +[0.1.3]: https://github.com/CodeForPhilly/third-places/compare/v0.1.1...v0.1.2 |
| 56 | +[0.1.1]: https://github.com/CodeForPhilly/third-places/compare/v0.1.0...v0.1.1 |
| 57 | +[0.1.0]: https://github.com/CodeForPhilly/third-places/releases/tag/v0.1.0 |
0 commit comments