Skip to content

Commit d5e672a

Browse files
committed
Bump version to 0.2.0.
1 parent 94e9cee commit d5e672a

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-
## 0.2.0 — Unreleased
3+
## 0.2.0 — July 16th, 2022
44

55
* Add support for aliased and nested factories.
66
* Add support for generating sequences.

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.1.0)
4+
factory_manager (0.2.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.1.0"
5+
s.version = "0.2.0"
66
s.platform = Gem::Platform::RUBY
77
s.authors = ["Tristan Dunn"]
88
s.email = "hello@tristandunn.com"

0 commit comments

Comments
 (0)