Skip to content

Commit 77dd035

Browse files
authored
Release camellia v0.2.1 (#568)
### Changed - Removed unused `byteorder` dependency ([#566]) [#566]: #566
1 parent 8bc3fed commit 77dd035

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

camellia/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.2.1 (UNRELEASED)
8+
## 0.2.1 (2026-06-16)
99
### Changed
1010
- Removed unused `byteorder` dependency ([#566])
1111

camellia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "camellia"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Camellia block cipher"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)