Skip to content

Commit 5a14309

Browse files
authored
Merge pull request #3 from danudey/release-please--branches--main--components--download
chore(main): release download 0.2.2
2 parents 3121f93 + 1039e06 commit 5a14309

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/danudey/rust-downloader/compare/download-v0.2.1...download-v0.2.2) (2025-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* use rusttls instead of openssl ([3121f93](https://github.com/danudey/rust-downloader/commit/3121f932aabc27dc06591457afb54d447194fb3a))
9+
310
## 0.2.1 (2025-05-28)
411

512

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "download"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55

66
# [[bin]]

0 commit comments

Comments
 (0)