From 588de2a8a69d2a5dbb24ebd50056068583baabb9 Mon Sep 17 00:00:00 2001 From: papac Date: Sun, 21 Dec 2025 00:46:08 +0000 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5664e6..5818b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## 3.1.5 - 2025-12-21 + +### What's Changed + +* feat: add english translate by @papac in https://github.com/bowphp/tintin/pull/83 +* Fix stack building where error when it made deep compilation by @papac in https://github.com/bowphp/tintin/pull/84 + +**Full Changelog**: https://github.com/bowphp/tintin/compare/3.1.4...3.1.5 + ## 3.0.0 - 2023-05-11 Change the core language From 1dfb32772160db975708c08384d821f7e548a606 Mon Sep 17 00:00:00 2001 From: Franck DAKIA Date: Thu, 21 May 2026 02:02:48 +0000 Subject: [PATCH 2/2] Fix package --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 35a64f0..2cd969d 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,9 @@ "spatie/phpunit-snapshot-assertions": "^4.2" }, "extra": { + "branch-alias": { + "dev-3.x-update-changelog": "3.x-dev" + }, "laravel": { "providers": [ "Tintin\\Laravel\\TintinServiceProvider"