Skip to content

Commit 4a8a065

Browse files
committed
Release 0.2.4
1 parent 8146948 commit 4a8a065

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.2.4] - 2020-08-10
11+
### Changed
12+
- The `rails` dependency has been replaced with `railties`. - #60
13+
1014
## [0.2.3] - 2019-10-31
1115
### Added
1216
- Add option to use rawid in generated tests

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
graphiti-rails (0.2.3)
4+
graphiti-rails (0.2.4)
55
graphiti (~> 1.2)
66
railties (>= 5.0)
77
rescue_registry (~> 0.2.1)
@@ -228,4 +228,4 @@ DEPENDENCIES
228228
yard
229229

230230
BUNDLED WITH
231-
2.0.2
231+
2.1.4

lib/graphiti/rails/version.rb

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

33
module Graphiti
44
module Rails
5-
VERSION = '0.2.3'
5+
VERSION = '0.2.4'
66
end
77
end

0 commit comments

Comments
 (0)