Skip to content

Commit 9c89e0d

Browse files
authored
Release: 0.3.2 (#12)
### 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
1 parent 7c25500 commit 9c89e0d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

88

99

10-
## [Unreleased]
10+
## [0.3.2] - 2020-07-20
1111

1212
### Added
1313

1414
- CLI: `diffcrypt generate-key` command to generate a new key for a cipher
15+
- Internal: Library now generates and publishes code coverage publically on Code Climate
16+
17+
### Changed
18+
19+
- Only support ruby 2.5+ since 2.4 is no longer maintained
20+
21+
### Removed
22+
23+
- No longer generate and store a checksum. Backwards compatible since it wasn't used
1524

1625

1726

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Since the internal APIs may change dramatically until v1.0, here is a list of th
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 0.3.0 | :white_check_mark: |
11+
| 0.3.x | :white_check_mark: |
1212

1313

1414

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

0 commit comments

Comments
 (0)