From f8861e66e67103f5bf9ccc8067859de041c6ec97 Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Tue, 15 Jun 2021 16:29:23 +0200 Subject: [PATCH] Release 0.1.2 (#106) --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfecf0..677fd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. +## Version 0.1.2 +**2021-06-15** + +### Fixed +- Deploys on ghcr.io only after deployed on Pypi + ## Version 0.1.1 **2021-06-15** diff --git a/pyproject.toml b/pyproject.toml index c30e89c..122733c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bitrise-reports" -version = "0.1.1" +version = "0.1.2" description = "The missing tool to extract reports about projects you build on Bitrise" authors = ["Ubiratan Soares "] license = "MIT"