Skip to content

Commit b3164ad

Browse files
authored
Merge pull request #8 from mbarbin/fix-binding-renaming
Fix binding renaming
2 parents 54bcba1 + 2c64648 commit b3164ad

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.8 (2024-08-19)
2+
3+
### Fixed
4+
5+
- Follow-up fixes to binding renaming.
6+
17
## 0.0.7 (2024-08-05)
28

39
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![CI Status](https://github.com/mbarbin/provider/workflows/ci/badge.svg)](https://github.com/mbarbin/provider/actions/workflows/ci.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/mbarbin/provider/badge.svg?branch=main)](https://coveralls.io/github/mbarbin/provider?branch=main)
5+
[![Deploy Doc Status](https://github.com/mbarbin/provider/workflows/deploy-doc/badge.svg)](https://github.com/mbarbin/provider/actions/workflows/deploy-doc.yml)
56

67
## Introduction
78

src/provider.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(** Provider - Dynamic Dispatch with Traits.
22
3-
A "provider" is a construct that implements a set of functionality that an
3+
A provider is a construct that implements a set of functionality that a
44
library typically needs in order to provide certain functionality to a
55
end user.
66

0 commit comments

Comments
 (0)