Skip to content

Commit

Permalink
Release: 0.3.2 (#12)
Browse files Browse the repository at this point in the history
### Added

- CLI: `diffcrypt generate-key` command to generate a new key for a cipher
- Internal: Library now generates and publishes code coverage publically on Code Climate

### Changed

- Only support ruby 2.5+ since 2.4 is no longer maintained

### Removed

- No longer generate and store a checksum. Backwards compatible since it wasn't used
  • Loading branch information
marcqualie authored Jul 20, 2020
1 parent 7c25500 commit 9c89e0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [Unreleased]
## [0.3.2] - 2020-07-20

### Added

- CLI: `diffcrypt generate-key` command to generate a new key for a cipher
- Internal: Library now generates and publishes code coverage publically on Code Climate

### Changed

- Only support ruby 2.5+ since 2.4 is no longer maintained

### Removed

- No longer generate and store a checksum. Backwards compatible since it wasn't used



Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Since the internal APIs may change dramatically until v1.0, here is a list of th

| Version | Supported |
| ------- | ------------------ |
| 0.3.0 | :white_check_mark: |
| 0.3.x | :white_check_mark: |



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.1'
VERSION = '0.3.2'
end

0 comments on commit 9c89e0d

Please sign in to comment.