Skip to content

Commit 957d2b0

Browse files
author
github-actions
committed
version incremented
1 parent 5972f54 commit 957d2b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.30.1](https://github.com/db0/pythorhead/tree/v0.30.1) (2025-01-21)
4+
5+
[Full Changelog](https://github.com/db0/pythorhead/compare/v0.30.0...v0.30.1)
6+
7+
**Merged pull requests:**
8+
9+
- Add hide post function [\#108](https://github.com/db0/pythorhead/pull/108) ([chris-y](https://github.com/chris-y))
10+
311
## [v0.30.0](https://github.com/db0/pythorhead/tree/v0.30.0) (2025-01-21)
412

513
[Full Changelog](https://github.com/db0/pythorhead/compare/v0.29.0...v0.30.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A python library for interacting with Lemmy API"
88
authors = [
99
{name = "db0", email = "[email protected]"},
1010
]
11-
version = "v0.30.0"
11+
version = "v0.30.1"
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
license = { file="LICENSE" }

0 commit comments

Comments
 (0)