From fddf75285c5444a13e4130d02dd935d6d9573bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Milkovi=C4=87?= Date: Wed, 26 Nov 2025 13:44:00 +0100 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 452a7fa..7790022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/Filip7/s2m/compare/v0.8.0...v0.9.0) (2025-11-26) + + +### Features + +* update to go 1.25 and use experimental garbage collector ([6aa92d4](https://github.com/Filip7/s2m/commit/6aa92d4c9f7981f83cda8a75076c9f98ade451c4)) + ## [0.8.0](https://github.com/Filip7/s2m/compare/v0.7.0...v0.8.0) (2025-08-27)