From 4e5bef8c17392a56e3fcc3481fcf38d240a2fa6b Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:46:48 +0000 Subject: [PATCH 1/2] [skip test] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e7f7d..91d7117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [v0.15.0] - 23-01-2025 +## What's Changed +* Improve gemspec by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/41 +* Refactoring README.md by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/42 +* Fix homepage uri by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/45 +* Refactoring constants by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/43 +* Fix changelog uri by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/46 +* Uninstall lru_cache and install sin_lru_redux by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/48 + +## New Contributors +* @w-masahiro-ct made their first contribution in https://github.com/gjtorikian/tailwind_merge/pull/41 + +**Full Changelog**: https://github.com/gjtorikian/tailwind_merge/compare/v0.14.0...v0.15.0 # [v0.14.0] - 19-12-2024 ## What's Changed * Prevent cache tampering by freezing cached value by @david-uhlig in https://github.com/gjtorikian/tailwind_merge/pull/39 From 3d8763549f48d835437d3df598f46e5ac310d7d1 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Thu, 23 Jan 2025 18:48:34 -0500 Subject: [PATCH 2/2] add a line about new option --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d7117..3d1e310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Refactoring constants by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/43 * Fix changelog uri by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/46 * Uninstall lru_cache and install sin_lru_redux by @w-masahiro-ct in https://github.com/gjtorikian/tailwind_merge/pull/48 - + - Adds `ignore_empty_cache` option for saving memory ## New Contributors * @w-masahiro-ct made their first contribution in https://github.com/gjtorikian/tailwind_merge/pull/41