Skip to content

Commit b580332

Browse files
committed
Release 4.5.1
1 parent 859ccc5 commit b580332

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.5.1 (2025-12-19)
2+
- Upgrade the yojson dependency to 3.0.0 (@kit-ty-kate #281)
3+
14
## 4.5.0 (2025-08-23)
25
- Add ping a repository and org webhook. (@tmcgilchrist #263)
36
- Handle "Bot" user type (@zoggy #270)

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.7)
22
(name github)
3-
(version 4.5.0)
3+
(version 4.5.1)
44

55
(generate_opam_files false)
66
(formatting disabled)

github-data.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "4.5.0"
2+
version: "4.5.1"
33
synopsis: "GitHub APIv3 data library"
44
description: """
55
This library provides an OCaml interface to the [GitHub APIv3](https://docs.github.com/rest/)

github-jsoo.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "4.5.0"
2+
version: "4.5.1"
33
synopsis: "GitHub APIv3 JavaScript library"
44
description: """
55
This library provides an OCaml interface to the [GitHub APIv3](https://docs.github.com/rest/)

github-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "4.5.0"
2+
version: "4.5.1"
33
synopsis: "GitHub APIv3 Unix library"
44
description: """
55
This library provides an OCaml interface to the [GitHub APIv3](https://docs.github.com/rest/)

github.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
version: "4.5.0"
2+
version: "4.5.1"
33
synopsis: "GitHub APIv3 OCaml library"
44
description: """
55
This library provides an OCaml interface to the

0 commit comments

Comments
 (0)