Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 2, 2022
1 parent d3e7350 commit 87a034d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.12 (2022-03-02)
### Fix
* Report not executable bash program error ([`d3e7350`](https://github.com/Daniele-Tentoni/cc-codechecker/commit/d3e7350ae95f92ba51d59a7cf2c5ed20b80480c6))

## v0.1.11 (2022-02-23)
### Fix
* Move yaml read outside get_configuration function ([`54b8f1d`](https://github.com/Daniele-Tentoni/cc-codechecker/commit/54b8f1de0e679ec1d2d5a37babbdad7366dff966))
Expand Down
2 changes: 1 addition & 1 deletion cc_codechecker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""Coding Challenge Code Checker"""
from .codechecker import main

__version__ = "0.1.11"
__version__ = "0.1.12"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cc-codechecker"
version = "0.1.11"
version = "0.1.12"
description = "Facilities to manage coding challenges."
authors = ["Daniele Tentoni <daniele.tentoni.1996@gmail.com>"]
keywords = ['coding', 'challenge', 'yaml', 'project', 'facilities']
Expand Down

0 comments on commit 87a034d

Please sign in to comment.