Skip to content

Commit 818adb4

Browse files
committed
Release: 0.4.0
1 parent dfbe5fd commit 818adb4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
10+
## [0.4.0] - 2020-10-01
1011

1112
### Changed
1213

13-
- Internal: Encryptor can now use other ciphers than the default
14+
- Encryptor can now use other ciphers than the default
15+
16+
### Dependencies
17+
18+
- simplecov: 0.17.0 -> 0.18.0 (#20)
19+
- rubocop: 0.88.0 -> 0.92.0 (#24)
1420

1521

1622

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.3'
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)