From 977c77a6e6257ef34c67e7f0818f17e44a2f6cfc Mon Sep 17 00:00:00 2001
From: Pavel Antonov <antonov@perx.ru>
Date: Fri, 4 Jul 2025 17:19:22 +0300
Subject: [PATCH] Release 0.33

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebd505d1..a0dc637d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,8 +18,8 @@
 - Исправлен формат json-тегов в CamelCase для Collections, добавлены методы ToMap, FromMap, FromAny [#3303](https://git.perx.ru/perxis/perxis/-/issues/3303) ([8203a34](https://git.perx.ru/perxis/perxis-go/-/commit/8203a34c9e9d0f70a3e796e82ed44ee884b946dc))
 - Исправлена выгрузка полей Item в JSON, приведены к camelCase ([9b0d4c3](https://git.perx.ru/perxis/perxis-go/-/commit/9b0d4c3a7ae7c8e25441e748643159609faef310))
 
-### ⚙️ Прочие задачи
-- 
+### ⚙️ Прочие задачи 
+
 - Обновлена версия expr до v1.17.2 [#3170](https://git.perx.ru/perxis/perxis/-/issues/3170) ([93bc6cd](https://git.perx.ru/perxis/perxis-go/-/commit/93bc6cd3e2d188af14e0ff1f48dbd80944a091fa))
 - Рефакторинг тестов: заменен избыточный вызов`AssertExpectations` на встроенюю проверку мок-объектов [#3003](https://git.perx.ru/perxis/perxis/-/issues/3003) ([9ba5b01](https://git.perx.ru/perxis/perxis-go/-/commit/9ba5b0154b3506c380641fd12533b71b290f947e))
 - Сделана миграция конфигурации линтера до второй версии, обновлен .gitlab-ci.yml [#3195](https://git.perx.ru/perxis/perxis/-/issues/3195) ([22f02a9](https://git.perx.ru/perxis/perxis-go/-/commit/22f02a91c31482e681835a8fb8b9ef0695e69944))
-- 
GitLab