Skip to content

Commit

Permalink
Prepare for 0.5.0 release (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbrowneprima authored Dec 5, 2022
1 parent 8bfcb3e commit 72aa0f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.5.0] - 2022-12-05

### Added
- A `TimingGuard` guard struct, for more flexible execution time tracking
- The `compare!` macro, for running experiments in production

### Changed
- Fixed 0.4.0 backwards compatibility, relating to errors in some macro definitions
- Fixed various documentation errors

---

## [0.4.0] - 2022-11-21

### Added
Expand Down Expand Up @@ -71,7 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.5]


[Unreleased]: https://github.com/primait/prima_datadog.rs/compare/0.4.0...HEAD

[Unreleased]: https://github.com/primait/prima_datadog.rs/compare/0.5.0...HEAD
[0.5.0]: https://github.com/primait/prima_datadog.rs/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/primait/prima_datadog.rs/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/primait/prima_datadog.rs/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/primait/prima_datadog.rs/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prima_datadog"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
description = "An opinionated library to share code and approach to Datadog logging in prima.it"
license = "MIT"
Expand Down

0 comments on commit 72aa0f7

Please sign in to comment.