From 21d5576163fb239ffa4d7130bd684930b94e915a Mon Sep 17 00:00:00 2001 From: mrjk Date: Tue, 14 Feb 2023 15:49:56 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0a6=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ VERSION_NOTES.md | 21 +-------------------- docs/src/refs/raw/cli_usage.txt | 2 +- pyproject.toml | 2 +- 5 files changed, 10 insertions(+), 23 deletions(-) diff --git a/.cz.toml b/.cz.toml index 3a478ee..e473978 100644 --- a/.cz.toml +++ b/.cz.toml @@ -5,7 +5,7 @@ # name = "cz_conventional_commits" name = "cz_customize" -version = "0.1.0a6" +version = "0.1.0" update_changelog_on_bump = true changelog_start_rev = "0.0.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca469b..f4a8b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 0.1.0 (2023-02-14) + +### fix + +- missing cafram submodule + ## 0.1.0a6 (2023-02-14) ### feat diff --git a/VERSION_NOTES.md b/VERSION_NOTES.md index 30c592a..06611bd 100644 --- a/VERSION_NOTES.md +++ b/VERSION_NOTES.md @@ -1,25 +1,6 @@ ## Last changes (2023-02-14) -### feat - -- add official favicon - ### fix -- missing files in schema doc generator - -### docs - -- Update dev parts - -### chore - -- update json-schema-for-humans dep - -### ci - -- add script to generate favicon -- fix publish idempotency -- add script to generate favicon -- fix missing rich dep +- missing cafram submodule diff --git a/docs/src/refs/raw/cli_usage.txt b/docs/src/refs/raw/cli_usage.txt index 4bd3ff7..c4931e5 100644 --- a/docs/src/refs/raw/cli_usage.txt +++ b/docs/src/refs/raw/cli_usage.txt @@ -2,7 +2,7 @@ Usage: paasify [OPTIONS] COMMAND [ARGS]... Paasify - build your compose-files with ease - version: 0.1.0a6 + version: 0.1.0 Paasify is a tool that build and deploy docker-compose.yml files from a central configuration file called paasify.yml. In this file, define collections sources diff --git a/pyproject.toml b/pyproject.toml index 0d939e3..911f567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "paasify" -version = "0.1.0a6" +version = "0.1.0" description = "Paasify your docker-compose files" authors = ["MrJK"] license = "Apache License"