Skip to content

Commit 212cae3

Browse files
committed
Update Changelog
1 parent 4c3c551 commit 212cae3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.11'
3131

3232
- name: Install cibuildwheel
33-
run: python -m pip install cibuildwheel==2.22.0
33+
run: python -m pip install cibuildwheel==2.23.1
3434

3535
- name: Build wheels
3636
run: python -m cibuildwheel --output-dir wheelhouse
@@ -61,7 +61,7 @@ jobs:
6161
platforms: linux/ppc64le
6262

6363
- name: Install cibuildwheel
64-
run: python -m pip install cibuildwheel==2.22.0
64+
run: python -m pip install cibuildwheel==2.23.1
6565

6666
- name: Build wheels
6767
run: python -m cibuildwheel --output-dir wheelhouse

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
- Add `RemoteCallbacks.push_transfer_progress(...)` callback
66
[#1345](https://github.com/libgit2/pygit2/pull/1345)
77

8-
- New `bool(oid)` and some doc/typing fixes
8+
- New `bool(oid)`
99
[#1347](https://github.com/libgit2/pygit2/pull/1347)
1010

1111
- Now `Repository.merge(...)` accepts a commit or reference object
1212
[#1348](https://github.com/libgit2/pygit2/pull/1348)
1313

14+
- New `threads` optional argument in `Remote.push(...)`
15+
[#1352](https://github.com/libgit2/pygit2/pull/1352)
16+
17+
- New `proxy` optional argument in `clone_repository(...)`
18+
[#1354](https://github.com/libgit2/pygit2/pull/1354)
19+
1420
- Fix when a reference name has non UTF-8 chars
1521
[#1329](https://github.com/libgit2/pygit2/pull/1329)
1622

@@ -20,8 +26,10 @@
2026
- Add codespell workflow, fix a number of typos
2127
[#1344](https://github.com/libgit2/pygit2/pull/1344)
2228

23-
- More typing
29+
- Documentation and typing
2430
[#1343](https://github.com/libgit2/pygit2/pull/1343)
31+
[#1347](https://github.com/libgit2/pygit2/pull/1347)
32+
[#1356](https://github.com/libgit2/pygit2/pull/1356)
2533

2634
- CI: Use ARM runner for tests and wheels
2735
[#1346](https://github.com/libgit2/pygit2/pull/1346)
@@ -30,6 +38,7 @@ Deprecations:
3038

3139
- Passing str to `Repository.merge(...)` is deprecated,
3240
instead pass an oid object (or a commit, or a reference)
41+
[#1349](https://github.com/libgit2/pygit2/pull/1349)
3342

3443

3544
# 1.17.0 (2025-01-08)

0 commit comments

Comments
 (0)