Skip to content

Commit 74e621e

Browse files
authored
Release: 0.3.3 (#17)
### Fixed - Explicit FileUtils require to avoid potentially warning logs
1 parent 8d68f33 commit 74e621e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10+
## [0.3.3] - 2020-07-25
11+
12+
### Fixed
13+
14+
- Explicit FileUtils require to avoid potentially warning logs
15+
16+
17+
1018
## [0.3.2] - 2020-07-20
1119

1220
### Added

lib/diffcrypt/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Diffcrypt
4-
VERSION = '0.3.2'
4+
VERSION = '0.3.3'
55
end

0 commit comments

Comments
 (0)