Skip to content

Commit e1305c3

Browse files
committed
add changelog prior to release of gix-trace
1 parent 4f635fc commit e1305c3

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

gix-trace/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
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))
35+
</details>
36+

0 commit comments

Comments
 (0)