We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9956f67 commit e8c7442Copy full SHA for e8c7442
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
9
10
+## [0.4.1] - 2020-10-06
11
+
12
+### Fixed
13
14
+- Could not initialize a new file or modify existing rails format file (Thanks @swiknaba #31)
15
16
17
18
## [0.4.0] - 2020-10-01
19
20
### Changed
lib/diffcrypt/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Diffcrypt
4
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
5
end
0 commit comments