-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 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
1 parent
7c25500
commit 9c89e0d
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |