Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
louislang committed Sep 15, 2021
1 parent 00aedb9 commit 54dd3c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* 1.1.2 - Bugfix for deserialization issue. Add tab completion for zsh and fish.
* 1.1.1 - Updates to signature verification
* 1.1.0 - Add support for submitting Python packages; signature verification on upgrade
* 1.0.1 - Bugfix for https://github.com/phylum-dev/cli/issues/67
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phylum-cli"
version = "1.1.1"
version = "1.1.2"
authors = ["Eric Freitag <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion lib/src/bin/.conf/cli.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: phylum
bin_name: phylum
version: "1.1.1"
version: "1.1.2"
author: Phylum, Inc.
about: Client interface to the Phylum system
args:
Expand Down

0 comments on commit 54dd3c7

Please sign in to comment.