Skip to content

Commit 57d5bd1

Browse files
author
semantic-release
committed
build: 4.30.2
Automatically generated by python-semantic-release
1 parent a239067 commit 57d5bd1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33

4+
## v4.30.2 (2026-04-05)
5+
6+
### Bug Fixes
7+
8+
- Add indexes to model fields
9+
([#3775](https://github.com/TheSpaceDevs/spaceflightnewsapi/pull/3775),
10+
[`a239067`](https://github.com/TheSpaceDevs/spaceflightnewsapi/commit/a2390675a0f4ee7c1578cc3fcc2ce028f77c2cbf))
11+
12+
413
## v4.30.1 (2026-04-04)
514

615
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snapy"
3-
version = "4.30.1"
3+
version = "4.30.2"
44
description = "Spaceflight News API (SNAPI) enables developers to add the latest spaceflight news to their apps."
55
authors = [{ name = "Derk Weijers", email = "derk@weijers.xyz" }]
66
readme = "README.md"

src/snapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.30.1"
1+
__version__ = "4.30.2"

0 commit comments

Comments
 (0)