Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eeclfrei committed Sep 27, 2021
1 parent 492ac1b commit 4f13a28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* 1.1.3 - Add issues filtering; display / error codes cleanup
* 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
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2"
version = "1.1.3"
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.2"
version: "1.1.3"
author: Phylum, Inc.
about: Client interface to the Phylum system
args:
Expand Down

0 comments on commit 4f13a28

Please sign in to comment.