Skip to content

Commit 627c4c1

Browse files
committed
Release 1.19.2
1 parent be7adf8 commit 627c4c1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

AUTHORS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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 ---------------------------------------------------

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.19.1'
37+
__version__ = '1.19.2'
3838

3939

4040
#

0 commit comments

Comments
 (0)