Skip to content

Commit 156dd93

Browse files
committed
release: v1.0.1
1 parent 4e3be85 commit 156dd93

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

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

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

11+
## [1.0.1] - 2025-06-30
12+
13+
### Features
14+
15+
- Add trait Hash to BaseUrl
16+
17+
### Refactor
18+
19+
- Fix clippy warnings
20+
1121
## [1.0.0] - 2025-04-24
1222

1323
This version sets a contract to follow a Rust-style semver versioning

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: 6 additions & 2 deletions
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.0"
8+
version = "1.0.1"
99
authors = []
1010
edition = "2021"
1111
resolver = "2"
@@ -17,7 +17,11 @@ documentation = "https://docs.rs/famedly_rust_utils/latest"
1717
all-features = true
1818

1919
[dependencies]
20-
figment = { version = "0.10.19", features = ["env", "test", "yaml"], optional = true }
20+
figment = { version = "0.10.19", features = [
21+
"env",
22+
"test",
23+
"yaml",
24+
], optional = true }
2125
reqwest = { version = "0.12.12", optional = true }
2226
schemars = { version = "0.8.22", optional = true }
2327
serde = { version = "1.0.210", features = ["derive"], optional = true }

cliff.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
[changelog]
1313
# template for the changelog header
14-
header = """
14+
header = """<!--
15+
SPDX-FileCopyrightText: 2025 Famedly GmbH ([email protected])\n
16+
SPDX-License-Identifier: Apache-2.0
17+
-->\n
1518
# Changelog\n
1619
All notable changes to this project will be documented in this file.\n
1720
"""

0 commit comments

Comments
 (0)