|
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) |
| 12 | +- Added initial REST endpoints for Users [#23](https://github.com/CodeForPhilly/third-places/pull/23) |
| 13 | +- Added buttons at bottom of Map [#40](https://github.com/CodeForPhilly/third-places/pull/40) |
| 14 | +- Add location endpoints [#44](https://github.com/CodeForPhilly/third-places/pull/44) |
| 15 | +- Add migration to populate locations from Yelp [#48](https://github.com/CodeForPhilly/third-places/pull/48) |
16 | 16 |
|
17 | 17 | ### Changed |
18 | 18 |
|
| 19 | +- Update docs with release process [#40](https://github.com/CodeForPhilly/third-places/pull/40) |
| 20 | + |
19 | 21 | ### Deprecated |
20 | 22 |
|
21 | 23 | ### Removed |
22 | 24 |
|
23 | 25 | ### Fixed |
24 | | -- Issue template [#9](https://github.com/CodeForPhilly/third-places/pull/9) |
25 | 26 |
|
| 27 | +## [0.1.2] |
| 28 | + |
| 29 | +### Fixed |
| 30 | + |
| 31 | +- Remove nonexistent target [#37](https://github.com/CodeForPhilly/third-places/pull/37) |
| 32 | + |
| 33 | +## [0.1.1] |
| 34 | + |
| 35 | +### Added |
| 36 | + |
| 37 | +- Build and publish Docker container images [#36](https://github.com/CodeForPhilly/third-places/pull/36) |
| 38 | + |
| 39 | +## [0.1.0] |
| 40 | + |
| 41 | +### Added |
| 42 | + |
| 43 | +- Set up React and Django boilerplate [#1](https://github.com/CodeForPhilly/third-places/pull/1) |
| 44 | +- Added Docker containers with docker-compose [#10](https://github.com/CodeForPhilly/third-places/pull/10) |
| 45 | +- Set up Leaflet React component and boiletplate homepage[#16](https://github.com/CodeForPhilly/third-places/issues/16) |
| 46 | +- Added initial Django models & migration [#21](https://github.com/CodeForPhilly/third-places/pull/21) |
| 47 | +- Add automated release workflow [#35](https://github.com/CodeForPhilly/third-places/pull/35) |
| 48 | + |
| 49 | +### Changed |
| 50 | + |
| 51 | +- Made Leaflet map element fullscreen and rmeoved title[#27](https://github.com/CodeForPhilly/third-places/issues/27) |
| 52 | + |
| 53 | +### Fixed |
| 54 | + |
| 55 | +- Issue template [#9](https://github.com/CodeForPhilly/third-places/pull/9) |
26 | 56 |
|
27 | | -[Unreleased]: |
| 57 | +[0.1.3]: https://github.com/CodeForPhilly/third-places/compare/v0.1.1...v0.1.2 |
| 58 | +[0.1.1]: https://github.com/CodeForPhilly/third-places/compare/v0.1.0...v0.1.1 |
| 59 | +[0.1.0]: https://github.com/CodeForPhilly/third-places/releases/tag/v0.1.0 |
0 commit comments