Skip to content

Commit 56c5bc3

Browse files
committed
release: v1.0.2
1 parent 4c8c2af commit 56c5bc3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ SPDX-License-Identifier: Apache-2.0
88

99
All notable changes to this project will be documented in this file.
1010

11+
## [1.0.2] - 2025-08-01
12+
13+
### Features
14+
15+
- Add `Serialize` impls for durations
16+
- Add `AsString`
17+
- Add `apply_to` combinator
18+
19+
### Testing
20+
21+
- Add more tests for durations
22+
1123
## [1.0.1] - 2025-06-30
1224

1325
### Features

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "famedly_rust_utils"
77
description = "Various rust utility functions and types"
8-
version = "1.0.1"
8+
version = "1.0.2"
99
authors = []
1010
edition = "2021"
1111
resolver = "2"

0 commit comments

Comments
 (0)