You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## v0.1.0 (2023-06-16)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-093efafa7c39aa03bfef4894779cca6e3716f471/> add `tracing` feature toggle to provide minimal tracing API
13
+
This API is based on `tracing-core`, not on tracing, and provides a limited
14
+
API that is always available, while being a no-op if `tracing` isn't enabled.
15
+
16
+
That way, plumbing crates can add instrumentation at will.
17
+
18
+
### Commit Statistics
19
+
20
+
<csr-read-only-do-not-edit/>
21
+
22
+
- 2 commits contributed to the release.
23
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
24
+
- 0 issues like '(#ID)' were seen in commit messages
25
+
26
+
### Commit Details
27
+
28
+
<csr-read-only-do-not-edit/>
29
+
30
+
<details><summary>view details</summary>
31
+
32
+
***Uncategorized**
33
+
- Change MSRV to 1.65 ([`4f635fc`](https://github.com/Byron/gitoxide/commit/4f635fc4429350bae2582d25de86429969d28f30))
34
+
- Add `tracing` feature toggle to provide minimal tracing API ([`093efaf`](https://github.com/Byron/gitoxide/commit/093efafa7c39aa03bfef4894779cca6e3716f471))
0 commit comments