Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions cryptify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/encryption4all/cryptify/compare/v0.1.2...v0.1.3) - 2026-03-26

### Fixed

- replace checkmark SVG with HTML/unicode equivalent in email ([#29](https://github.com/encryption4all/cryptify/pull/29))
- replace SVG with PNG in email template ([#29](https://github.com/encryption4all/cryptify/pull/29))

### Other

- release v0.1.2
- release v0.1.1
- add package description to Cargo.toml
- update Rust edition from 2018 to 2021
- add repository and license metadata to Cargo.toml
- Split smtp credentials into username password
- *(deps)* bump rustls-webpki from 0.103.8 to 0.103.10 in /cryptify
- Merge pull request #50 from encryption4all/dependabot/cargo/cryptify/time-0.3.47
- Merge pull request #49 from encryption4all/dependabot/cargo/cryptify/bytes-1.11.1
- *(deps)* bump bytes from 1.10.1 to 1.11.1 in /cryptify
- Split Docker build into native amd64/arm64 jobs, add cargo-chef caching
- Change email template to match design
- Change url send confirmation
- Add SMTP logging and connection timeout to email sending
- Add 10s timeout to PKG fetch to prevent silent startup hang
- Change error to properly print url
- Add better error msg for pkg fetch
- Change email url
- Rename cryptify-backend to cryptify

## [0.1.2](https://github.com/encryption4all/cryptify/compare/v0.1.1...v0.1.2) - 2026-03-26

### Other
Expand Down
2 changes: 1 addition & 1 deletion cryptify/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 cryptify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptify"
version = "0.1.2"
version = "0.1.3"
authors = ["David Venhoek <david@tweedegolf.com>"]
edition = "2021"
repository = "https://github.com/encryption4all/cryptify"
Expand Down