File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ Authors:
138138 Adam Spiers
139139 Adrien Nader
140140 Albin Söderström
141+ Alexander Shadchin
141142 Alexandru Fikl
142143 Andrew Chin
143144 Andrew McNulty
@@ -182,6 +183,7 @@ Authors:
182183 Hugh Cole-Baker
183184 Isabella Stephens
184185 Jacob Swanson
186+ Jah-yee
185187 Jasper Lievisse Adriaanse
186188 Jimisola Laursen
187189 Jiri Benc
@@ -237,6 +239,7 @@ Authors:
237239 Timo Röhling
238240 Victor Florea
239241 Vladimir Rutsky
242+ Vruyr Gyolchanyan
240243 William Schueller
241244 Wim Jeantine-Glenn
242245 Yu Jianjian
Original file line number Diff line number Diff line change 1- # 1.19.2 (UNRELEASED )
1+ # 1.19.2 (2026-03-29 )
22
33- Fix refcount and error handling issues in ` filter_register(...) `
44
5+ - Fix config with valueless keys
6+ [ #1457 ] ( https://github.com/libgit2/pygit2/pull/1457 )
7+
58- New ` Repository.load_filter_list(...) ` and ` FilterList `
69 [ #1444 ] ( https://github.com/libgit2/pygit2/pull/1444 )
710
Original file line number Diff line number Diff line change 2323# author = ''
2424
2525# The full version, including alpha/beta/rc tags
26- release = '1.19.1 '
26+ release = '1.19.2 '
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3434#
3535# The version number of pygit2
3636#
37- __version__ = '1.19.1 '
37+ __version__ = '1.19.2 '
3838
3939
4040#
You can’t perform that action at this time.
0 commit comments