Skip to content

Commit

Permalink
Merge pull request #131 from nextmv-io/develop
Browse files Browse the repository at this point in the history
Release v0.20.5
  • Loading branch information
racquesta authored Nov 17, 2022
2 parents 6862cf0 + 59f8aa7 commit 5c86864
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.20.4
v0.20.5
2 changes: 1 addition & 1 deletion route/google/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace github.com/nextmv-io/sdk => ../../.

require (
github.com/nextmv-io/sdk v0.20.4
github.com/nextmv-io/sdk v0.20.5
googlemaps.github.io/maps v1.3.2
)

Expand Down
2 changes: 1 addition & 1 deletion route/here/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/nextmv-io/sdk => ../../.

require (
github.com/google/go-cmp v0.5.6
github.com/nextmv-io/sdk v0.20.4
github.com/nextmv-io/sdk v0.20.5
)

require golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2 changes: 1 addition & 1 deletion route/osrm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
require (
github.com/golang/mock v1.6.0
github.com/hashicorp/golang-lru v0.5.4
github.com/nextmv-io/sdk v0.20.4
github.com/nextmv-io/sdk v0.20.5
)

require github.com/twpayne/go-polyline v1.1.1
2 changes: 1 addition & 1 deletion route/routingkit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/nextmv-io/sdk => ../../.
require (
github.com/dgraph-io/ristretto v0.1.0
github.com/nextmv-io/go-routingkit v0.1.10
github.com/nextmv-io/sdk v0.20.4
github.com/nextmv-io/sdk v0.20.5
)

require (
Expand Down
2 changes: 1 addition & 1 deletion templates/cloud-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Before you start customizing run the command below to see if everything works as
expected:

``` bash
nextmv run local main.go -- -hop.runner.input.path data/fleet-tiny.json\
nextmv run local . -- -hop.runner.input.path data/fleet-tiny.json\
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/knapsack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Before you start customizing, run the command below to see if everything works
as expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json \
nextmv run local . -- -hop.runner.input.path input.json \
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/mip-knapsack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The most important files created are `main.go` and `input.json`.
Run the command below to see if everything works as expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json \
nextmv run local . -- -hop.runner.input.path input.json \
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/mip-meal-allocation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Before you start customizing, run the command below to see if everything works
as expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json \
nextmv run local . -- -hop.runner.input.path input.json \
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/pager-duty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before you start customizing, run the command below to see if everything works
as expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json \
nextmv run local . -- -hop.runner.input.path input.json \
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you start customizing run the command below to see if everything works as
expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json\
nextmv run local . -- -hop.runner.input.path input.json\
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/shift-scheduling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Before you start customizing, run the command below to see if everything works
as expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json \
nextmv run local . -- -hop.runner.input.path input.json \
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down
2 changes: 1 addition & 1 deletion templates/sudoku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before you start customizing, run the command below to see if everything works
as expected:

```bash
nextmv run local main.go -- -hop.runner.input.path input.json \
nextmv run local . -- -hop.runner.input.path input.json \
-hop.runner.output.path output.json -hop.solver.limits.duration 10s
```

Expand Down

0 comments on commit 5c86864

Please sign in to comment.