Skip to content

Commit

Permalink
Release v0.1.0 (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Mar 29, 2021
1 parent dba89aa commit 2bc00ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## v0.1.0 - 2021-03-29

### Added

- backend: Implement `CreateTask` and `RunTask`
- frontend: Setup flutter UI framework
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vet:
build-frontend:
@echo "build frontend"
@git clean -Xf api/ui/
cd ./ui && flutter build web
cd ./ui && flutter build web --release
@cp -r ui/build/web/* api/ui
@echo "ok"

Expand Down

1 comment on commit 2bc00ff

@vercel
Copy link

@vercel vercel bot commented on 2bc00ff Mar 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.