From 8425e1084414a674a3a97b2e4dc60883c779a245 Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Fri, 26 Aug 2022 17:52:14 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index e89e3a0..4408fc8 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.0" +version = "0.2.0" tag_format = "$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6c387..bf5e483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ ### Feat +- Readthedoc build file +- add pre commit to generate the requirements.txt + +## 0.1.0 (2022-08-26) + +### Feat + - add first version of the documentation -- GitLab