Skip to content

Commit

Permalink
Release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcqualie committed Oct 1, 2020
1 parent dfbe5fd commit 818adb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

## [0.4.0] - 2020-10-01

### Changed

- Internal: Encryptor can now use other ciphers than the default
- Encryptor can now use other ciphers than the default

### Dependencies

- simplecov: 0.17.0 -> 0.18.0 (#20)
- rubocop: 0.88.0 -> 0.92.0 (#24)



Expand Down
2 changes: 1 addition & 1 deletion lib/diffcrypt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Diffcrypt
VERSION = '0.3.3'
VERSION = '0.4.0'
end

0 comments on commit 818adb4

Please sign in to comment.