From 306e40e7042691d797797263e0db7d597ca8dfb8 Mon Sep 17 00:00:00 2001 From: Marc Qualie Date: Sat, 25 Jul 2020 18:39:39 +0100 Subject: [PATCH 1/2] v0.3.3 --- CHANGELOG.md | 8 ++++++++ lib/diffcrypt/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c6924..999b881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.3.3] - 2020-07-25 + +### Fixed + +- Explicit FileUtils require to avoid potentialy warning logs + + + ## [0.3.2] - 2020-07-20 ### Added diff --git a/lib/diffcrypt/version.rb b/lib/diffcrypt/version.rb index 4e4c9e9..9586897 100644 --- a/lib/diffcrypt/version.rb +++ b/lib/diffcrypt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Diffcrypt - VERSION = '0.3.2' + VERSION = '0.3.3' end From e4e3300dfb3cd7644fb72baa7df27c7829f26180 Mon Sep 17 00:00:00 2001 From: Marc Qualie Date: Sat, 25 Jul 2020 18:41:51 +0100 Subject: [PATCH 2/2] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999b881..405c57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Explicit FileUtils require to avoid potentialy warning logs +- Explicit FileUtils require to avoid potentially warning logs