Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 23, 2022
1 parent 54b8f1d commit cbc6294
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.1.11 (2022-02-23)
### Fix
* Move yaml read outside get_configuration function ([`54b8f1d`](https://github.com/Daniele-Tentoni/cc-codechecker/commit/54b8f1de0e679ec1d2d5a37babbdad7366dff966))
* Project version now return the real truthy version ([`8000464`](https://github.com/Daniele-Tentoni/cc-codechecker/commit/800046439311ca84d2e04f7fe417edb909db4675))

## v0.1.10 (2022-02-11)
### Fix
* Use step env ([`48ee29a`](https://github.com/Daniele-Tentoni/cc-codechecker/commit/48ee29aba0ebc1921729b9c1dea33a12e4ec1e69))
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.10"
__version__ = "0.1.11"
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.10"
version = "0.1.11"
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 cbc6294

Please sign in to comment.