feat: Bump version to 1.6.1 in Makefile, pyproject.toml, and CHANGELOG.md
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
William Valentin
2025-07-31 11:42:13 -07:00
parent 33d7ae8d9f
commit 949e43ac6c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
TARGET=thechart TARGET=thechart
VERSION=1.0.0 VERSION=1.6.1
ROOT=/home/will ROOT=/home/will
ICON=chart-671.png ICON=chart-671.png
SHELL=fish SHELL=fish

View File

@@ -5,7 +5,7 @@ All notable changes to TheChart project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.4] - 2025-07-31 ## [1.6.1] - 2025-07-31
### 📚 Documentation Overhaul ### 📚 Documentation Overhaul
- **BREAKING**: Consolidated scattered documentation into organized structure - **BREAKING**: Consolidated scattered documentation into organized structure

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "thechart" name = "thechart"
version = "1.3.4" version = "1.6.1"
description = "Chart to monitor your medication intake over time." description = "Chart to monitor your medication intake over time."
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"

2
uv.lock generated
View File

@@ -698,7 +698,7 @@ wheels = [
[[package]] [[package]]
name = "thechart" name = "thechart"
version = "1.3.4" version = "1.6.1"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "colorlog" }, { name = "colorlog" },