Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed May 29, 2018
1 parent 3c4b7b7 commit 5e190e8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.0.0-beta1 - 2018-05-29

Initial (beta) release. Supported commands:

- `php craft copy` Environment check
- `php craft copy/setup` Setup
- `php craft copy/assets/down` Sync Assets down
- `php craft copy/assets/up` Sync Assets up
- `php craft copy/code/down` Git pull
- `php craft copy/code/up` Git push
- `php craft copy/db/down` Sync database down
- `php craft copy/db/up` Sync database up
- `php craft copy/db/from-file` Import database
- `php craft copy/db/to-file` Export database


## 1.0.0 - 2018-06-01
- Initial release

0 comments on commit 5e190e8

Please sign in to comment.