From 0dc9342b35d275840d3f2357b2e98508039a4b58 Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Fri, 27 Sep 2024 14:11:06 -0600 Subject: [PATCH] release 3.15.0 (#2105) --- Gemfile.lock | 2 +- docs/CHANGELOG.md | 2 ++ docs/_data/library.yml | 2 +- lib/view_component/version.rb | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d688d4cfb..e5377c6f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.14.0) + view_component (3.15.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8d62dac8d..0736163f3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 3.15.0 + * Add basic internal testing for memory allocations. *Joel Hawksley* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index a6767a7ae..e8add7eee 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.14.0 +version: 3.15.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 06c135215..fba806f58 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 14 + MINOR = 15 PATCH = 0 PRE = nil