Skip to content

Commit

Permalink
Marking release/v0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Myhre <[email protected]>
  • Loading branch information
warpfork committed Aug 11, 2016
1 parent 1402cc4 commit 1428140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
recent /// not yet released
v0.13 -- tip -- 2016 Aug 10
---------------------------

v0.13 is calm sailing: we have a variety of performance improvements,
a few new config options, several logging improvements,
and essentially no major shockers.

If parsing the output struct of `repeatr run`, note the changes to format there.

- Internal: Major refactor to package structure. IO components now more clearly separated from sandbox/execution and other bits of repeatr core.
- Internal: Types now gathered under `api/*` packages, so that these can be easily linked to help integrate other systems with repeatr.
- Bugfix: Several error handling paths in the tar transmat are now considered `WarehouseUnavailableError` (instead of the more red-flaggy `WarehouseIOError`), allowing other sources to be tried.
Expand Down
2 changes: 1 addition & 1 deletion core/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func Main(args []string, journal, output io.Writer) {

App.Name = "repeatr"
App.Usage = "Run it. Run it again."
App.Version = "v0.12+dev"
App.Version = "v0.13"

App.Writer = journal

Expand Down

0 comments on commit 1428140

Please sign in to comment.