Skip to content

Commit

Permalink
Prepare release 0 7 (#67)
Browse files Browse the repository at this point in the history
* Prepare CHANGELOG for 0.7

* Bump version to 0.7

* Fix changelog link

---------

Co-authored-by: Brett Beutell <[email protected]>
  • Loading branch information
brettimus and Brett Beutell authored Jul 19, 2023
1 parent ef71bb2 commit 4eb9ebf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

-

### Changed

-

### Deprecated

-

### Removed

-

### Fixed

-

### Security

-

## [0.7](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.7) - 2023-07-19

### Added

- Initialize counter metrics at zero #54

### Changed
Expand All @@ -29,6 +55,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Fixed calculation of funciton duration when using OpenTelemetry tracker #66

### Security

-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autometrics"
version = "0.6"
version = "0.7"
description = "Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries"
authors = ["Fiberplane <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4eb9ebf

Please sign in to comment.