From 0268058a2cfe6b88e8396dfb59245338c56aa89f Mon Sep 17 00:00:00 2001 From: longvo920 Date: Tue, 25 Aug 2026 22:10:59 +0700 Subject: [PATCH] release: 1.12.0 Bumps __version__ and closes the CHANGELOG section for the viewer changes that landed in #37. The release workflow refuses a version whose two sources disagree, so this has to be on main before the tag. --- CHANGELOG.md | 2 ++ compare_tool/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42503c6..a58f626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project are documented here. Versions follow ## [Unreleased] +## [1.12.0] — 2026-08-25 + ### Added - **Fold and resize the panes in the viewer's left column.** The folder tree, diff --git a/compare_tool/__init__.py b/compare_tool/__init__.py index c169ed5..528ddd5 100644 --- a/compare_tool/__init__.py +++ b/compare_tool/__init__.py @@ -1,3 +1,3 @@ """CodeGen Compare Tool - AUTOSAR MATLAB codegen diff with noise filtering.""" -__version__ = "1.11.0" +__version__ = "1.12.0"