Skip to content

Commit e97d077

Browse files
authored
cms v0.2.3 (#1320)
1 parent ea0d5f7 commit e97d077

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cms/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.2.3 (2024-01-08)
8+
### Added
9+
- RFC 5544 `TimeStampedData` implementation ([#1258])
10+
11+
[#1258]: https://github.com/RustCrypto/formats/pull/1258
12+
713
## 0.2.2 (2023-07-14)
814
### Added
915
- `SignedData` builder ([#1051])

cms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cms"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = """
55
Pure Rust implementation of the Cryptographic Message Syntax (CMS) as described in RFC 5652 and RFC 3274.
66
"""

0 commit comments

Comments
 (0)