generated from honeycombio/.github
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? Prepares the next release of this library. ## Short description of the changes - Update version to v0.10.0 - Add changelog entry (and missing one for v0.9.0) --------- Co-authored-by: Mike Goldsmth <goldsmith.mike@gmail.com>
- Loading branch information
1 parent
7c93a76
commit d5f29a5
Showing
3 changed files
with
32 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ | |
package honeycomb | ||
|
||
var ( | ||
Version string = "0.9.0" | ||
Version string = "0.10.0" | ||
) |