File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.31.0] ( https://github.com/db0/pythorhead/tree/v0.31.0 ) (2025-01-23)
4
+
5
+ [ Full Changelog] ( https://github.com/db0/pythorhead/compare/v0.30.1...v0.31.0 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Add GetModlog functionality [ \# 109] ( https://github.com/db0/pythorhead/pull/109 ) ([ chris-y] ( https://github.com/chris-y ) )
10
+
3
11
## [ v0.30.1] ( https://github.com/db0/pythorhead/tree/v0.30.1 ) (2025-01-21)
4
12
5
13
[ Full Changelog] ( https://github.com/db0/pythorhead/compare/v0.30.0...v0.30.1 )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "A python library for interacting with Lemmy API"
8
8
authors = [
9
9
{
name =
" db0" ,
email =
" [email protected] " },
10
10
]
11
- version = " v0.30.1 "
11
+ version = " v0.31.0 "
12
12
readme = " README.md"
13
13
requires-python = " >=3.10"
14
14
license = { file =" LICENSE" }
You can’t perform that action at this time.
0 commit comments