Skip to content

Commit a13cd93

Browse files
committed
Release v0.16.1
1 parent 41627be commit a13cd93

File tree

7 files changed

+21
-17
lines changed

7 files changed

+21
-17
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "Build"
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
tags: [ "*" ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99

1010
jobs:
1111

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ go test ./...
2727
## Build Releases
2828

2929
```sh
30-
VERSION=0.16.0 ./build-releases.sh
30+
VERSION=0.16.1 ./build-releases.sh
3131
```

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
2121
1. Download the latest release with the command:
2222

2323
```sh
24-
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-linux-amd64.tar.gz
24+
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-linux-amd64.tar.gz
2525
```
2626

2727
1. Untar the binary:
2828

2929
```sh
30-
tar xzf blazectl-0.16.0-linux-amd64.tar.gz
30+
tar xzf blazectl-0.16.1-linux-amd64.tar.gz
3131
```
3232

3333
1. Move the binary in to your PATH.
@@ -47,13 +47,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
4747
1. Download the latest release with the command:
4848

4949
```sh
50-
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-darwin-amd64.tar.gz
50+
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-darwin-amd64.tar.gz
5151
```
5252

5353
1. Untar the binary:
5454

5555
```sh
56-
tar xzf blazectl-0.16.0-darwin-amd64.tar.gz
56+
tar xzf blazectl-0.16.1-darwin-amd64.tar.gz
5757
```
5858

5959
1. Move the binary in to your PATH.
@@ -73,13 +73,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
7373
1. Download the latest release with the command:
7474

7575
```sh
76-
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-darwin-arm64.tar.gz
76+
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-darwin-arm64.tar.gz
7777
```
7878

7979
1. Untar the binary:
8080

8181
```sh
82-
tar xzf blazectl-0.16.0-darwin-arm64.tar.gz
82+
tar xzf blazectl-0.16.1-darwin-arm64.tar.gz
8383
```
8484

8585
1. Move the binary in to your PATH.
@@ -99,13 +99,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
9999
1. Download the latest release with the command:
100100

101101
```sh
102-
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-linux-arm64.tar.gz
102+
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-linux-arm64.tar.gz
103103
```
104104

105105
1. Untar the binary:
106106

107107
```sh
108-
tar xzf blazectl-0.16.0-linux-arm64.tar.gz
108+
tar xzf blazectl-0.16.1-linux-arm64.tar.gz
109109
```
110110

111111
1. Move the binary in to your PATH.
@@ -310,10 +310,10 @@ Unless required by applicable law or agreed to in writing, software distributed
310310

311311
[1]: <http://docs.simplifier.net/vonkloader/>
312312
[2]: <https://github.com/synthetichealth/uploader>
313-
[3]: <https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-windows-amd64.zip>
313+
[3]: <https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-windows-amd64.zip>
314314
[4]: <https://github.com/samply/blaze>
315315
[5]: <https://github.com/synthetichealth/synthea>
316316
[6]: <https://github.com/tsenart/vegeta>
317317
[7]: <https://en.wikipedia.org/wiki/Gzip>
318318
[8]: <https://en.wikipedia.org/wiki/Bzip2>
319-
[9]: <https://github.com/samply/blaze/blob/master/docs/cql-queries/blazectl.md>
319+
[9]: <https://github.com/samply/blaze/blob/main/docs/cql-queries/blazectl.md>

cmd/evaluateMeasure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ evaluates that measure and returns the measure report.
382382
Examples:
383383
blazectl evaluate-measure --server "http://localhost:8080/fhir" stratifier-condition-code.yml
384384
385-
See: https://github.com/samply/blaze/blob/master/docs/cql-queries/blazectl.md`,
385+
See: https://github.com/samply/blaze/blob/main/docs/cql-queries/blazectl.md`,
386386
Args: func(cmd *cobra.Command, args []string) error {
387387
if len(args) < 1 {
388388
return errors.New("requires a measure-file argument")

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var rootCmd = &cobra.Command{
6969
7070
Currently you can upload transaction bundles from a directory, download
7171
and count resources and evaluate measures.`,
72-
Version: "0.16.0",
72+
Version: "0.16.1",
7373
}
7474

7575
// Execute adds all child commands to the root command and sets flags appropriately.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
2020
github.com/davecgh/go-spew v1.1.1 // indirect
2121
github.com/inconshreveable/mousetrap v1.1.0 // indirect
22-
github.com/mattn/go-runewidth v0.0.15 // indirect
22+
github.com/mattn/go-runewidth v0.0.16 // indirect
2323
github.com/pmezard/go-difflib v1.0.0 // indirect
2424
github.com/rivo/uniseg v0.4.7 // indirect
2525
github.com/spf13/pflag v1.0.5 // indirect
26-
golang.org/x/sys v0.21.0 // indirect
26+
golang.org/x/sys v0.22.0 // indirect
2727
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWV
2525
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
2626
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
2727
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
28+
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
29+
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
2830
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2931
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3032
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
@@ -93,6 +95,8 @@ golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
9395
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
9496
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
9597
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
98+
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
99+
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
96100
gonum.org/v1/gonum v0.11.0 h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E=
97101
gonum.org/v1/gonum v0.11.0/go.mod h1:fSG4YDCxxUZQJ7rKsQrj0gMOg00Il0Z96/qMA4bVQhA=
98102
gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=

0 commit comments

Comments
 (0)