forked from inanna-malick/tracing-honeycomb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Relaxed dependency constraints. - Was included in 0.2.1-eaze.2 - Fixed a panic in case of multiple current callers. See [inanna-malick#3](eaze/tracing-honeycomb#3). - Was included in 0.2.1-eaze.3 - Added `parking_lot` feature. - Was included in 0.2.1-eaze.2
- Loading branch information
1 parent
76ff1f0
commit 3a0de6b
Showing
5 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Changelogs | ||
|
||
Each crate keeps its own changelog: | ||
- [tracing-distributed](./tracing-distributed/Changelog.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tracing-distributed" | ||
version = "0.2.0-eaze.7" | ||
version = "0.3.0" | ||
authors = [ | ||
"Inanna Malick <[email protected]>", | ||
"Jeremiah Senkpiel <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.3.0] - 2021-04-15 | ||
|
||
- Relaxed dependency constraints. | ||
- Was included in 0.2.1-eaze.2 | ||
- Fixed a panic in case of multiple current callers. See [#3](https://github.com/eaze/tracing-honeycomb/pull/3). | ||
- Was included in 0.2.1-eaze.3 | ||
- Added `parking_lot` feature. | ||
- Was included in 0.2.1-eaze.2 | ||
|
||
## Pre-0.3.0 | ||
|
||
Changelogs not kept, please see git history. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters