Skip to content

Commit

Permalink
fix shard breakage caused by missing executable
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalextremist committed Dec 16, 2019
1 parent 3ab98c8 commit 6be7aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v201912161223-7Ng4 0.0.1.33
* Remove `artillery-mountpoint` from `executables:` in `shard.yml`

# v201912160338-6Mg3 0.0.1.32
* Allow passing Hash to Artillery::Shot#success which automatically converts to JSON

Expand Down
3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artillery
version: 0.0.1.32
version: 0.0.1.33

description: Serverfree object-oriented microservice architecture.

Expand All @@ -11,7 +11,6 @@ crystal: 0.31.1
executables:
- artillery
- bazooka
- artillery-mountpoint

license: MIT

Expand Down

0 comments on commit 6be7aa9

Please sign in to comment.