Skip to content

Commit

Permalink
Version bumps, publish from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sevagh committed Feb 22, 2018
1 parent 80c7791 commit 65c2e02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pq"
version = "1.1.1"
version = "1.2.0"
authors = ["Sevag Hanssian <[email protected]>"]
description = "jq for protobuf"
repository = "https://github.com/sevagh/pq"
Expand All @@ -17,7 +17,7 @@ erased_serde_json = { path = "erased-serde-json", version = "0.1.0" }
serde_json = "1.0"
serde-protobuf = "0.7"
protobuf = "1.4"
stream_delimit = { path = "stream-delimit", version = "0.5.0" }
stream_delimit = { path = "stream-delimit", version = "0.5.1" }
clap = "2"
libc = "0.2"

Expand Down
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ release: docker
test: docker
docker $(DOCKER_ARGS) sh -c "cargo test --verbose $(CHOWN_CMD)"

publish: docker
docker $(DOCKER_ARGS) sh -c "cargo login $(CARGO_TOKEN) && cd stream-delimit && cargo publish && cd ../ && cargo publish $(CHOWN_CMD)"

fmt:
-cargo +nightly fmt --all

Expand Down
2 changes: 1 addition & 1 deletion stream-delimit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stream_delimit"
version = "0.5.0"
version = "0.5.1"
authors = ["Sevag Hanssian <[email protected]>"]
description = "length delimited protobuf stream separator"
repository = "https://github.com/sevagh/pq/tree/master/stream_delimit"
Expand Down

0 comments on commit 65c2e02

Please sign in to comment.