Skip to content

Commit 65c2e02

Browse files
committed
Version bumps, publish from docker
1 parent 80c7791 commit 65c2e02

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pq"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
authors = ["Sevag Hanssian <[email protected]>"]
55
description = "jq for protobuf"
66
repository = "https://github.com/sevagh/pq"
@@ -17,7 +17,7 @@ erased_serde_json = { path = "erased-serde-json", version = "0.1.0" }
1717
serde_json = "1.0"
1818
serde-protobuf = "0.7"
1919
protobuf = "1.4"
20-
stream_delimit = { path = "stream-delimit", version = "0.5.0" }
20+
stream_delimit = { path = "stream-delimit", version = "0.5.1" }
2121
clap = "2"
2222
libc = "0.2"
2323

GNUmakefile

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ release: docker
1616
test: docker
1717
docker $(DOCKER_ARGS) sh -c "cargo test --verbose $(CHOWN_CMD)"
1818

19+
publish: docker
20+
docker $(DOCKER_ARGS) sh -c "cargo login $(CARGO_TOKEN) && cd stream-delimit && cargo publish && cd ../ && cargo publish $(CHOWN_CMD)"
21+
1922
fmt:
2023
-cargo +nightly fmt --all
2124

stream-delimit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stream_delimit"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Sevag Hanssian <[email protected]>"]
55
description = "length delimited protobuf stream separator"
66
repository = "https://github.com/sevagh/pq/tree/master/stream_delimit"

0 commit comments

Comments
 (0)