From 10efb6385a9c20ac0d8cad3f4f3ed5dc994b6221 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Sep 2023 09:05:59 +0000 Subject: [PATCH] chore(release): 0.48.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603379a..3d3b28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.48.0 (2023-09-12) + +### Feature + +* **prompt:** Support ints, floats, paths globs, secrets ([#46](https://github.com/lt-mayonesa/hexagon/issues/46)) ([`60e39fc`](https://github.com/lt-mayonesa/hexagon/commit/60e39fc200fcd197e96e44960ba7b45d448a358a)) + ## v0.47.1 (2023-08-07) ### Fix diff --git a/README.md b/README.md index e2db572..3c476fe 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Make your team's knowledge truly accessible, truly shared, and truly empowering ### Install hexagon ```bash -python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.47.1/hexagon-0.47.1.tar.gz +python3 -m pip install https://github.com/lt-mayonesa/hexagon/releases/download/v0.48.0/hexagon-0.48.0.tar.gz ``` ### Create your teams CLI diff --git a/setup.py b/setup.py index f7939f0..3500646 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools # this updates automatically https://python-semantic-release.readthedocs.io/en/latest/index.html -__version__ = "0.47.1" +__version__ = "0.48.0" def __markers(config: dict):