Skip to content

Commit e56d638

Browse files
author
semantic-release
committed
chore(release): 1.4.1
1 parent 2ab7611 commit e56d638

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# CHANGELOG
22

33

4+
## v1.4.1 (2025-09-04)
5+
6+
### Bug Fixes
7+
8+
- Minor changes to clone on windows ([#48](https://github.com/Achaad/asar-xarray/pull/48),
9+
[`2ab7611`](https://github.com/Achaad/asar-xarray/commit/2ab7611d1c81a0397d0c04a7013de499008b304c))
10+
11+
* renamed 'ASAR Aux file list.txt' to 'ASAR_Aux_file_list.txt'
12+
13+
* changed encoding from CRLF to LF
14+
15+
* renamed folder aux to auxiliary (to be compliant with windows)
16+
17+
* [pyproject.toml] fixed typo
18+
19+
* [envisat_direct] updated path to auxiliary files
20+
21+
422
## v1.4.0 (2025-07-10)
523

624
### Continuous Integration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'asar_xarray'
3-
version = "v1.4.0"
3+
version = "v1.4.1"
44
description = 'Synthetic Aperture Radar (SAR) Level-1 python mapper of ERS/ASAR products.'
55
authors = [
66
{ name = 'Anton Perepelenko', email = 'anton.perepelenko@cgi.com' },

0 commit comments

Comments
 (0)