Skip to content

Commit

Permalink
Update changelog and version # (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed Nov 18, 2022
1 parent aed46fb commit f201cae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3

+ create the `~/.iron` directory if it doesn't exist.

## 1.0.2

+ Resolve issue running binary when it is `cargo install`d. Previously returned an error 'Must be run on a system that has an OS time library.' when the group info and user device-list commands were invoked.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironhide"
version = "1.0.2"
version = "1.0.3"
authors = [ "IronCore Labs <info@ironcorelabs.com>" ]
categories = [ "cryptography" ]
description = "Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale."
Expand Down

0 comments on commit f201cae

Please sign in to comment.