diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b7463..9da4e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4] - 2023-03-21 +Fixed +fixed logging which was emitting double statements +Fixed +handling short version name processing on empty version + [0.1.3] - 2023-03-20 Added refactored profiles (changed 'all' to match 'default' section) and added verbosity and default setting in .griffonrc diff --git a/griffon/__init__.py b/griffon/__init__.py index 0b1e9bc..75dd17d 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -11,7 +11,7 @@ from griffon.output import console -__version__ = "0.1.3" +__version__ = "0.1.4" if "CORGI_API_URL" not in os.environ: print("Must set CORGI_API_URL environment variable.")