Skip to content

Commit

Permalink
Bump version and update changelog (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 authored Jun 14, 2023
1 parent 68e84ae commit 7d766fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.7

+ Added arm64 macos to prebuilt release binaries
+ Dependency updates

## 1.0.6

+ Added arm64 linux to prebuilt release binaries

## 1.0.5

+ Fix a bug where decryption outputs the file to the current directory
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironhide"
version = "1.0.6"
version = "1.0.7"
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 All @@ -22,7 +22,6 @@ keywords = [
license = "AGPL-3.0-only"
readme = "README.md"
repository = "https://github.com/IronCoreLabs/ironhide"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
attohttpc = { version = "~0.24", features = ["form", "json", "tls-rustls", "compress"], default-features = false }
Expand Down

0 comments on commit 7d766fb

Please sign in to comment.