Skip to content

Commit

Permalink
Bump version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Apr 5, 2024
1 parent ab3d084 commit 7b458a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.3.0

* Added dependency on cgi gem

* Added support for lambda conditions without arguments

* Fixed custom validation for fields with multiple values

# 4.2.1

* Fixed regression in v4.2.0 when mime-types gem is not loaded
Expand Down
2 changes: 1 addition & 1 deletion formeze.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'formeze'
s.version = '4.2.1'
s.version = '4.3.0'
s.license = 'LGPL-3.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Craft']
Expand Down

0 comments on commit 7b458a0

Please sign in to comment.