Skip to content

Commit 46e1ab6

Browse files
author
semantic-release
committed
0.3.1
Automatically generated by python-semantic-release
1 parent e2b7dc7 commit 46e1ab6

2 files changed

Lines changed: 29 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
# CHANGELOG
22

3+
4+
## v0.3.1 (2024-12-13)
5+
6+
### Bug Fixes
7+
8+
- Add beautifulsoup dependency
9+
([`e2b7dc7`](https://github.com/nasaharvest/glam-processing/commit/e2b7dc7e46ae6b2b9fee32da811cb2759bae5ddd))
10+
11+
### Build System
12+
13+
- Add docker configuration files
14+
([`8695747`](https://github.com/nasaharvest/glam-processing/commit/86957474eefa994ed6c88f1fb1b63f2c06c72d08))
15+
16+
317
## v0.3.0 (2024-09-18)
418

5-
### Feature
19+
### Features
20+
21+
- Add utility funtions in utils.py
22+
([`69de3ad`](https://github.com/nasaharvest/glam-processing/commit/69de3add7a112a5c078c8a94192c55b46d4d1301))
623

7-
* feat: add utility funtions in utils.py
24+
Add functions to create mean and median geotiffs from list of files.
825

9-
Add functions to create mean and median geotiffs from list of files. ([`69de3ad`](https://github.com/nasaharvest/glam-processing/commit/69de3add7a112a5c078c8a94192c55b46d4d1301))
1026

1127
## v0.2.0 (2024-09-04)
1228

13-
### Build
29+
### Build System
1430

15-
* build: update main.yml ([`992acb6`](https://github.com/nasaharvest/glam-processing/commit/992acb6826729063d5714976f95eaec5ca8d08ab))
31+
- Update main.yml
32+
([`992acb6`](https://github.com/nasaharvest/glam-processing/commit/992acb6826729063d5714976f95eaec5ca8d08ab))
1633

1734
### Documentation
1835

19-
* docs: update README ([`60caecb`](https://github.com/nasaharvest/glam-processing/commit/60caecbd9345a69443e32912cf06fb58914719ae))
20-
21-
### Feature
36+
- Update README
37+
([`60caecb`](https://github.com/nasaharvest/glam-processing/commit/60caecbd9345a69443e32912cf06fb58914719ae))
2238

23-
* feat: add cli command to get dataset info ([`c23ef04`](https://github.com/nasaharvest/glam-processing/commit/c23ef04b470c87f285164dfbb026837161fcbe4a))
39+
### Features
2440

25-
## v0.1.0 (2024-09-04)
26-
27-
### Unknown
41+
- Add cli command to get dataset info
42+
([`c23ef04`](https://github.com/nasaharvest/glam-processing/commit/c23ef04b470c87f285164dfbb026837161fcbe4a))
2843

29-
* Create main.yml ([`f3d1e82`](https://github.com/nasaharvest/glam-processing/commit/f3d1e82e02e77eda05ed2e3b745d94c699abe961))
3044

31-
* initial commit ([`b66f1a8`](https://github.com/nasaharvest/glam-processing/commit/b66f1a8a408f4eeaa9eb3f955a9bee9b9b3373b2))
45+
## v0.1.0 (2024-09-04)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "glam-processing"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = ""
55
authors = ["John Keniston <jfkeniston@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)