Skip to content

Commit 0029c0b

Browse files
committed
Bump version to 2.0.1
1 parent b13be9b commit 0029c0b

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,17 @@ old Ruby.
7272

7373
## Contributors
7474

75-
- @jakeonrails - Creator and maintainer
76-
- @TCampaigne
77-
- @Lordnibbler
78-
- @timdiggins
79-
- @zoras
80-
- @jensljungblad
75+
- [@jakeonrails](https://github.com/jakeonrails) - Creator and maintainer
76+
- [@TCampaigne](https://github.com/TCampaigne)
77+
- [@Lordnibbler](https://github.com/Lordnibbler)
78+
- [@timdiggins](https://github.com/timdiggins)
79+
- [@zoras](https://github.com/zoras)
80+
- [@jensljungblad](https://github.com/jensljungblad)
81+
- [@vsubramanian](https://github.com/vsubramanian)
8182

8283
## Releases
84+
- 2.0.1
85+
- Fix bug that caused failure when project directory has a space in it
8386
- 2.0.0
8487
- Allow usage of Rubocop >= 0.38.0
8588
- Remove Rails 5 deprecation warnings for using alias_method_chain
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FixDBSchemaConflicts
2-
VERSION='2.0.0'
2+
VERSION='2.0.1'
33
end

0 commit comments

Comments
 (0)