Skip to content

Commit

Permalink
Bump version for 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Nov 9, 2024
1 parent ac32584 commit 96f872a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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.9] - 2024-11-09
### Added
- Support for Rails 8.0 (#179)

### Fixed
- Fix `object_errors` when `object` is `false` (#173)

Expand Down Expand Up @@ -122,7 +124,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.8...HEAD
[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.9...HEAD
[0.2.9]: https://github.com/pantographe/view_component-form/compare/v0.2.8...v0.2.9
[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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component-form (0.2.8)
view_component-form (0.2.9)
actionview (>= 6.1.0, < 8.1)
activesupport (>= 6.1.0, < 8.1)
view_component (>= 2.34.0, < 4.0)
Expand Down Expand Up @@ -272,8 +272,8 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
view_component (3.17.0)
activesupport (>= 5.2.0, < 8.0)
view_component (3.20.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
webrick (1.8.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/form/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ViewComponent
module Form
VERSION = "0.2.8"
VERSION = "0.2.9"
end
end

0 comments on commit 96f872a

Please sign in to comment.