Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
prep test release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JimFuller-RedHat committed Mar 23, 2023
1 parent 0f51fe1 commit e827085
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project is kept in version sync with the Component Registry project, see th

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.5] - 2023-03-23
Fixed
fixed --search-all when it encounters a Bad Gateway
Added
added --all to service product-summary to return all products

[0.1.4] - 2023-03-21
Fixed
fixed logging which was emitting double statements
Expand Down
2 changes: 1 addition & 1 deletion griffon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from griffon.output import console

__version__ = "0.1.4"
__version__ = "0.1.5"

if "CORGI_API_URL" not in os.environ:
print("Must set CORGI_API_URL environment variable.")
Expand Down

0 comments on commit e827085

Please sign in to comment.