Browse Source

Update to changelog

pull/9/head
Muthu Kumar 7 years ago
committed by GitHub
parent
commit
4e524185b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/Changelog.md

8
Changelog.md → docs/Changelog.md

@ -1,8 +1,10 @@
# Changelog / Version history
## `up` v. 0.2.0
## `up` v. 0.2.1
- Bug fix and patch for `up kill-all` breaking unexpectedly due to undefined default config file.
Changelog:
## `up` v. 0.2.0
- Under the hood BREAKING changes. Working directories change.
- `/var/www/` to `/etc/up-serve/static/`
@ -10,4 +12,4 @@ Changelog:
- `up static|proxy <domain>` adds the server to `/etc/up-serve/servers.up` list.
- `up kill <domain>` removes server from `servers.up` list.
- `up list` lists available servers from /etc/up-serve/servers.up!
- `up kill-all` destroys all servers and places a `default.conf` in `/etc/nginx/sites-enabled`.
- `up kill-all` destroys all servers and places a `default.conf` in `/etc/nginx/sites-enabled`.
Loading…
Cancel
Save