Skip to content

Commit

Permalink
Merge pull request #44 from runwaylab/shard-updates
Browse files Browse the repository at this point in the history
update shards
  • Loading branch information
GrantBirki authored Jan 17, 2025
2 parents 3bbb74f + 0264116 commit 64ea446
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion acceptance/logs/expected.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ INFO: 📖 loading runway configuration
DEBUG: attempting to load config from acceptance/config/config.yml
INFO: ✅ loaded configuration successfully
INFO: 🚚 2 projects loaded
INFO: 🛫 starting runway - version: v0.2.4
INFO: 🛫 starting runway - version: v0.2.5
INFO: 📦 starting project project-1
INFO: 🕐 scheduling event with interval 3s for project-1
INFO: 📦 starting project project-2
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ shards:

ssh2:
git: https://github.com/spider-gazelle/ssh2.cr.git
version: 1.6.1
version: 1.7.0

tasker:
git: https://github.com/spider-gazelle/tasker.git
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: runway
version: 0.2.4
version: 0.2.5

authors:
- GrantBirki
Expand Down Expand Up @@ -27,15 +27,15 @@ dependencies:
version: ~> 0.2.5
ssh2:
github: spider-gazelle/ssh2.cr
version: ~> 1.6.1
version: ~> 1.7.0
crinja:
github: straight-shoota/crinja
version: ~> 0.8.1

development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 1.6.1
version: == 1.6.1
spectator:
github: icy-arctic-fox/spectator
version: ~> 0.12.0
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Runway
VERSION = "v0.2.4"
VERSION = "v0.2.5"
end
Loading

0 comments on commit 64ea446

Please sign in to comment.