Skip to content

Commit c8092f1

Browse files
committed
chore(ssadecrypt): v0.2.1
1 parent 492a37a commit c8092f1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/ssadecrypt/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.2.1] - 2025-05-05
9+
10+
- Improve preformance.
11+
12+
## [0.2.0] - 2025-02-21
13+
14+
- Upgrade `iori-ssa` to `0.2.0`.
15+
16+
[0.2.1]: https://github.com/Yesterday17/iori/releases/tag/ssadecrypt-v0.2.1
17+
[0.2.0]: https://github.com/Yesterday17/iori/releases/tag/ssadecrypt-v0.2.0

bin/ssadecrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ssadecrypt"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)