Skip to content

Commit

Permalink
Bump version for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Mar 17, 2022
1 parent 34e0c1a commit f3bb574
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1] - 2022-03-17
### Added
- Conditional ActionText in CI (#117)

Expand Down Expand Up @@ -70,7 +73,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.0...HEAD
[Unreleased]: https://github.com/pantographe/view_component-form/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/pantographe/view_component-form/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/pantographe/view_component-form/compare/v0.1.3...v0.2.0
[0.1.3]: https://github.com/pantographe/view_component-form/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/pantographe/view_component-form/compare/v0.1.1...v0.1.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.0"
VERSION = "0.2.1"
end
end

0 comments on commit f3bb574

Please sign in to comment.