Skip to content

Commit efdfb80

Browse files
author
github-actions
committed
version incremented
1 parent 5578f2b commit efdfb80

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.28.0](https://github.com/db0/pythorhead/tree/v0.28.0) (2025-01-15)
4+
5+
[Full Changelog](https://github.com/db0/pythorhead/compare/v0.27.3...v0.28.0)
6+
7+
**Merged pull requests:**
8+
9+
- feat: Adds endpoint for custom emoji [\#107](https://github.com/db0/pythorhead/pull/107) ([db0](https://github.com/db0))
10+
311
## [v0.27.3](https://github.com/db0/pythorhead/tree/v0.27.3) (2024-12-21)
412

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

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.27.3"
11+
version = "v0.28.0"
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
license = { file="LICENSE" }

0 commit comments

Comments
 (0)