Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recmo committed Apr 18, 2023
1 parent 2689fdd commit fad6ac8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cli-batteries"
description = "Batteries included opinionated command line interfaces"
authors = ["Remco Bloemen <remco@wicked.ventures>"]
version = "0.4.1"
version = "0.5.0"
edition = "2021"
homepage = "https://github.com/recmo/cli-batteries"
repository = "https://github.com/recmo/cli-batteries"
Expand Down
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] — 2023-04-18

## Changed

* Unfortunately `protoc` is now required to build the `opentelemetry-protoc` dependency.
* Timestamps are now in milliseconds instead of nanoseconds.
* Update dependencies.

## [0.4.1] — 2022-11-25

## Changed
Expand Down Expand Up @@ -148,7 +156,8 @@ Collected various common pieces of code for the v0.1.0 release.

<!-- links to version -->

[unreleased]: https://github.com/recmo/cli-batteries/compare/v0.4.1...HEAD
[unreleased]: https://github.com/recmo/cli-batteries/compare/v0.5.0...HEAD
[0.5.0]: <https://github.com/recmo/cli-batteries/releases/tag/v0.5.0>
[0.4.1]: https://github.com/recmo/cli-batteries/releases/tag/v0.4.1
[0.4.0]: https://github.com/recmo/cli-batteries/releases/tag/v0.4.0
[0.3.3]: https://github.com/recmo/cli-batteries/releases/tag/v0.3.3
Expand Down

0 comments on commit fad6ac8

Please sign in to comment.