Skip to content

Commit

Permalink
Changelog & tag
Browse files Browse the repository at this point in the history
  • Loading branch information
findot committed Feb 22, 2020
1 parent 66f2725 commit ac6f83b
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# Change log
# Changelog

Summary of implemented features classified by release (github tag)

## v0.0.0
## [0.0.2] - 2019-02-22

- poc rocket + diesel + mariadb
- dockerimage
### Added

- Base App layout (sidebar & content, responsive)
- SPA routing (URI matching & lazy component loading)
- Frontend unit tests (js/utils & js/components)

## [0.0.1] - 2019-02-15

### Added

- User stories
- DB schema
- CI/CD (Drone)
- Rocket auth guard & cookies
- OpenAPI first draw

### Changed

- Docker compilation cache (volume)
- CI/CD pipeline

## [0.0.0] - 2019-02-10

### Added

- POC rocket
- Diesel & MariaDB
- Docker image

0 comments on commit ac6f83b

Please sign in to comment.