chore: bump version to v1.33.0

This commit is contained in:
Nicolas Varrot
2026-02-13 11:30:35 +00:00
parent f8324b760c
commit 879d73e3ac
3 changed files with 9 additions and 3 deletions

View File

@@ -4,6 +4,12 @@ All notable changes to PinchChat are documented here.
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
## [1.33.0] — 2026-02-13
### Added
- Syntax highlighting for C, C++, and Java code blocks
- Aliases: `h` (C headers), `cc`/`cxx`/`c++`/`hpp`/`hxx` (C++ variants)
## [1.32.2] — 2026-02-13
### Fixed