Skip to content

Commit 4f7b036

Browse files
authored
Merge pull request #28 from willnet/0-7-0
prepare 0.7.0
2 parents 87784d5 + 7036932 commit 4f7b036

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ And then execute:
1717

1818
$ bundle
1919

20+
If you use committee prior to 5.0.0, you have to use committee-rails 0.6.x. Please see below.
21+
22+
[0.6 (0-6-stable) documentation](https://github.com/willnet/committee-rails/tree/0-6-stable)
23+
2024
If you use committee prior to 4.4.0, you have to use committee-rails 0.5.x. Please see below.
2125

2226
[0.5 (0-5-stable) documentation](https://github.com/willnet/committee-rails/tree/0-5-stable)

lib/committee/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Committee
22
module Rails
3-
VERSION = "0.6.1"
3+
VERSION = "0.7.0"
44
end
55
end

0 commit comments

Comments
 (0)