From c84cb9d05c73df3b720607bf08d17e5cf34b274c Mon Sep 17 00:00:00 2001 From: odc-semantic-release-bot Date: Wed, 20 Oct 2021 21:19:03 +0000 Subject: [PATCH] chore(release): 0.4.0 # [0.4.0](https://github.com/opinionated-digital-center/behave4git/compare/v0.3.3...v0.4.0) (2021-10-20) ### Features * can choose initial branch and default initial branch tested is `main` ([6433af2](https://github.com/opinionated-digital-center/behave4git/commit/6433af2a62f4417365d49f1057cbfe9a6298d7c9)) --- CHANGELOG.md | 7 +++++++ behave4git/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4329d85..6c0bc41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0](https://github.com/opinionated-digital-center/behave4git/compare/v0.3.3...v0.4.0) (2021-10-20) + + +### Features + +* can choose initial branch and default initial branch tested is `main` ([6433af2](https://github.com/opinionated-digital-center/behave4git/commit/6433af2a62f4417365d49f1057cbfe9a6298d7c9)) + ## [0.3.3](https://github.com/opinionated-digital-center/behave4git/compare/v0.3.2...v0.3.3) (2020-12-30) diff --git a/behave4git/__version__.py b/behave4git/__version__.py index 4e7e341..8edf95e 100755 --- a/behave4git/__version__.py +++ b/behave4git/__version__.py @@ -2,4 +2,4 @@ # Do not edit manually """Version module for behave4git.""" -__version__ = "0.3.3" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index 1ab3760..4f3b4f3 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [tool.poetry] name = "behave4git" -version = "0.3.3" +version = "0.4.0" description = "This project provides an extension (testing domain) of Behave to use Git and GitLab (and GitHub in the near future)." license = "MIT" homepage = "https://github.com/opinionated-digital-center/behave4git"