Skip to content

Commit 40ffab7

Browse files
committed
Bump version to 0.4.0.
1 parent dc49946 commit 40ffab7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.4.0 — March 30th, 2024
44

55
* Add support for Ruby 3.2 and Ruby 3.3.
66
* Remove support for Ruby 2.7 and Ruby 3.0.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_manager (0.3.0)
4+
factory_manager (0.4.0)
55
factory_bot (>= 5)
66

77
GEM

factory_manager.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "factory_manager"
5-
s.version = "0.3.0"
5+
s.version = "0.4.0"
66
s.platform = Gem::Platform::RUBY
77
s.authors = ["Tristan Dunn"]
88
s.email = "hello@tristandunn.com"

0 commit comments

Comments
 (0)