Skip to content

Commit d70232b

Browse files
committed
Release 4.5.0
1 parent 13623ad commit d70232b

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## Unreleased
1+
## 4.5.0 (2025-08-23)
22
- Add ping a repository and org webhook. (@tmcgilchrist #263)
33
- Handle "Bot" user type (@zoggy #270)
4+
- Add provisional support for the upcoming cmdliner 2.0.0 (@tmcgilchrist @kit-ty-kate #265 #279)
5+
- Add support for atdgen 2.16.0 (@kit-ty-kate #275)
6+
- Upgrade the GitHub REST API support to v2022-11-28 as every other versions are now unsupported (@kit-ty-kate #274)
47

58
## 4.4.1 (2022-01-26)
69
- Fix older versions of github can be co-installed with github-data (@dra27 #261)

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.4.2~dev)
3+
(version 4.5.0)
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.4.2~dev"
2+
version: "4.5.0"
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.4.2~dev"
2+
version: "4.5.0"
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.4.2~dev"
2+
version: "4.5.0"
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.4.2~dev"
2+
version: "4.5.0"
33
synopsis: "GitHub APIv3 OCaml library"
44
description: """
55
This library provides an OCaml interface to the

0 commit comments

Comments
 (0)