From cc03dfe2e51978e64ed61d15b5f5c50d167753aa Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 28 Nov 2024 22:02:53 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++--------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26ca42..50fb5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,12 @@ -## 0.1.0rc1 (2024-11-06) +## 0.1.1a0 (2024-11-28) ### Fix -- update rougail dependency +- separation between run and print function -## 0.1.0rc0 (2024-11-01) +## 0.1.0 (2024-11-28) ### Feat -- support auto_save variable - -### Fix - -- black -- license, pyproject and so on +- copy from rougail-output-exporter +- init commit diff --git a/pyproject.toml b/pyproject.toml index 8806fe3..57be815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_json" -version = "0.1.0" +version = "0.1.1a0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output json"