Skip to content

Commit

Permalink
Merge branch 'develop' into feature/spinners
Browse files Browse the repository at this point in the history
  • Loading branch information
grayside authored Nov 17, 2017
2 parents a717a33 + 5242e0c commit 125a894
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release:
github:
owner: phase2
name: rig
draft: true
# draft: true # This also prevents a homebrew release from getting generated

# Publishing Homebrew Formula to the Tap repo
brew:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 2.0.0

This was a big one

- **Linux Compatibility**
- Full Linux compatibility (steps not needed on Linux are skipped)
- Linux packages (`.deb` and `.rpm`)
- Manage Linux configuration of Outrigger DNS

- **New Features**
- Desktop Notifications
- Recursively look up through project directory structure for `outrigger.yml`
- Output `rig project run` script steps in help message
- Added `--dir` to `rig project sync:start` to be able to customize the source for unison sync volumes
- Consistent error reporting and exit codes

- **Deprecations/Removals**
- Removed `rig watch` (deprecated as of v1.3.0)
- Removed CLI argument to name the volume for `rig project sync`

- **Technical Plumbing**
- Migrated to using `dep` for package management
- Reorganized and linted codebase using gometalinter
- Expanded test coverage to include gometalinter and a rig build & execution
- Use GoReleaser to package and distribute new releases


## 1.3.2

- Added support for outrigger.yml (non-hidden)
Expand Down

0 comments on commit 125a894

Please sign in to comment.