Skip to content

Commit c469cbf

Browse files
chore(main): release 0.2.3 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b521506 commit c469cbf

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/danudey/rust-downloader/compare/v0.2.2...v0.2.3) (2025-08-25)
4+
5+
6+
### Features
7+
8+
* add multi-browser cookie support ([7762909](https://github.com/danudey/rust-downloader/commit/7762909d19291b7032d8119ba373d132ab217612))
9+
* Add proper support for Firefox cookies ([2a60b30](https://github.com/danudey/rust-downloader/commit/2a60b30a4750379c4458ac5d89d4ef7e1f7c2da7))
10+
* add support for using firefox cookies ([384cddd](https://github.com/danudey/rust-downloader/commit/384cdddf3c5f734de640693a08b70ad62f048d5e))
11+
* **cookies:** Add multi-browser cookie support ([cbf7a58](https://github.com/danudey/rust-downloader/commit/cbf7a58ffb9d9863800ffe4853d397f845ea85be))
12+
13+
14+
### Bug Fixes
15+
16+
* **tldinfo:** Handle tldinfo error cases ([cbf7a58](https://github.com/danudey/rust-downloader/commit/cbf7a58ffb9d9863800ffe4853d397f845ea85be))
17+
* use rusttls instead of openssl ([3121f93](https://github.com/danudey/rust-downloader/commit/3121f932aabc27dc06591457afb54d447194fb3a))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 0.2.1 ([f37d270](https://github.com/danudey/rust-downloader/commit/f37d270c9236011a4ca3b3b4cb177f0428c0fa53))
23+
* release 0.2.3 ([b521506](https://github.com/danudey/rust-downloader/commit/b521506d3a314b09dcea1c79d8b956ab5fbac1ff))
24+
325
## [0.2.2](https://github.com/danudey/rust-downloader/compare/download-v0.2.1...download-v0.2.2) (2025-05-28)
426

527

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.2"
3+
version = "0.2.3"
44
edition = "2024"
55

66
[profile.release-size]

0 commit comments

Comments
 (0)