File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.8 (2024-08-19)
2
+
3
+ ### Fixed
4
+
5
+ - Follow-up fixes to binding renaming.
6
+
1
7
## 0.0.7 (2024-08-05)
2
8
3
9
### Added
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ CI Status] ( https://github.com/mbarbin/provider/workflows/ci/badge.svg )] ( https://github.com/mbarbin/provider/actions/workflows/ci.yml )
4
4
[ ![ 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 )
5
6
6
7
## Introduction
7
8
Original file line number Diff line number Diff line change 1
1
(* * Provider - Dynamic Dispatch with Traits.
2
2
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
4
4
library typically needs in order to provide certain functionality to a
5
5
end user.
6
6
You can’t perform that action at this time.
0 commit comments