From cfe4c6480c82324c00c434251c3686a1abfcad7c Mon Sep 17 00:00:00 2001 From: raymond-u <36328498+raymond-u@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:38:22 +0800 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be08b064..36dfed9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Nightly](https://github.com/raymond-u/lungo/compare/v0.2.2...HEAD) +## [Nightly](https://github.com/raymond-u/lungo/compare/v0.2.3...HEAD) + +## [0.2.3](https://github.com/raymond-u/lungo/compare/v0.2.2...v0.2.3) - 2024-2-16 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 31a24582..56a9697d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 120 [tool.poetry] name = "lungo-cli" -version = "0.2.2" +version = "0.2.3" description = "A user-friendly home lab setup designed for small-to-mid-scale on-premises hosting." authors = ["raymond-u <36328498+raymond-u@users.noreply.github.com>"] readme = "README.md"