Skip to content

Commit b80ff74

Browse files
author
roberto_esaclear
committed
chore: update version to 0.1.21 and document changes in changelog
1 parent 854f457 commit b80ff74

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ This document tracks all notable changes to Φ-Down.
66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
77
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
88

9+
[0.1.21] - 2025-10-17
10+
---------------------
11+
12+
### Added
13+
- **progress bar**: Full progress bar support for downloads using tqdm
14+
15+
### Changed
16+
- **search.py**: Refactored search logic to improve performance
17+
- **downloader.py**: Refactored download logic to integrate progress bar seamlessly
18+
19+
20+
921
[0.1.20] - 2025-10-07
1022
---------------------
1123

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "phidown"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
description = "A project using AWS services and dataset tools for Sentinel data"
55
authors = [
66
{ name = "Roberto Del Prete", email = "[email protected]" }

0 commit comments

Comments
 (0)