From 3ebab14f8e5fb6c56183ae0349edcd999bd81e34 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Tue, 20 Aug 2024 10:29:15 +0200 Subject: [PATCH] Bump version for 0.2.8 --- CHANGELOG.md | 6 +++++- Gemfile.lock | 2 +- lib/view_component/form/version.rb | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9c707..20786ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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). ## [Unreleased] +Nothing yet + +## [0.2.8] - 2024-08-20 ### Added - Support for Rails 7.2 (#168) @@ -115,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add CHANGELOG (#50) - Add CI (#2) -[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.7...HEAD +[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.8...HEAD +[0.2.8]: https://github.com/pantographe/view_component-form/compare/v0.2.7...v0.2.8 [0.2.7]: https://github.com/pantographe/view_component-form/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/pantographe/view_component-form/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/pantographe/view_component-form/compare/v0.2.4...v0.2.5 diff --git a/Gemfile.lock b/Gemfile.lock index 62c959c..598e0ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component-form (0.2.7) + view_component-form (0.2.8) actionview (>= 6.1.0, < 8.0) activesupport (>= 6.1.0, < 8.0) view_component (>= 2.34.0, < 4.0) diff --git a/lib/view_component/form/version.rb b/lib/view_component/form/version.rb index ec400fc..0f0bbeb 100644 --- a/lib/view_component/form/version.rb +++ b/lib/view_component/form/version.rb @@ -2,6 +2,6 @@ module ViewComponent module Form - VERSION = "0.2.7" + VERSION = "0.2.8" end end