Skip to content

Commit 718ef34

Browse files
author
semantic-release
committed
chore(release): update version to 0.10.0
1 parent 97500b4 commit 718ef34

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# CHANGELOG
22

3+
## v0.10.0 (2025-04-05)
4+
5+
### Chore
6+
7+
* chore: update .gitignore and uv.lock for new dependencies and versioning ([`f84281e`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/f84281e66bea241e076f256f6d4a86d379533048))
8+
9+
### Feature
10+
11+
* feat(models): add DSteerableLeNet model and update imports
12+
chore: add new dependencies for image processing and data handling ([`97500b4`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/97500b4c14480c2239325e7786091299d9c6ac25))
13+
14+
### Unknown
15+
16+
* Update README.md ([`9f56047`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/9f560473de7db990b3e8d5d24515b87d50a97e5f))
17+
318
## v0.9.0 (2024-09-23)
419

20+
### Chore
21+
22+
* chore(release): update version to 0.9.0 ([`2363c6d`](https://github.com/mirsazzathossain/radio-galaxy-classifier/commit/2363c6d837efe76249bc21db6fe0f35a9c931cf1))
23+
524
### Feature
625

726
* feat(utils): add functions to detect sources and generate mask

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rgc"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "This is a template repository for Python projects that use uv for their dependency management."
55
authors = [{ name = "Mir Sazzat Hossain", email = "mirsazzathossain@gmail.com" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)