chore: bump version to 0.6.6
Some checks failed
Release / build-and-release (push) Has been cancelled

Includes fixes #34, #37, #39: budget prev year actuals, changelog sync via Vite, inline buildPrevYearTotalMap.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-03-11 17:29:04 -04:00
parent 61a5b2e40d
commit 003f456203
5 changed files with 15 additions and 3 deletions

View file

@ -2,8 +2,14 @@
## [Non publié]
## [0.6.6]
### Modifié
- Tableau de budget : la colonne année précédente affiche maintenant le réel (transactions) au lieu du budget planifié (#34)
- Refactorisation de `buildPrevYearTotalMap` en inline et simplification des tests (#39)
### Corrigé
- Fichiers changelog synchronisés automatiquement via plugin Vite, copies obsolètes dans public/ supprimées (#37)
## [0.6.5]

View file

@ -2,8 +2,14 @@
## [Unreleased]
## [0.6.6]
### Changed
- Budget table: previous year column now shows actual transactions instead of planned budget (#34)
- Refactored `buildPrevYearTotalMap` inline and simplified tests (#39)
### Fixed
- Changelog files synced automatically via Vite plugin, removed stale public/ copies (#37)
## [0.6.5]

View file

@ -1,7 +1,7 @@
{
"name": "simpl_result_scaffold",
"private": true,
"version": "0.6.5",
"version": "0.6.6",
"license": "GPL-3.0-only",
"type": "module",
"scripts": {

View file

@ -1,6 +1,6 @@
[package]
name = "simpl-result"
version = "0.6.5"
version = "0.6.6"
description = "Personal finance management app"
license = "GPL-3.0-only"
authors = ["you"]

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Simpl Resultat",
"version": "0.6.5",
"version": "0.6.6",
"identifier": "com.simpl.resultat",
"build": {
"beforeDevCommand": "npm run dev",