Skip to content

Commit 4eb9ebf

Browse files
brettimusBrett Beutell
and
Brett Beutell
authored
Prepare release 0 7 (#67)
* Prepare CHANGELOG for 0.7 * Bump version to 0.7 * Fix changelog link --------- Co-authored-by: Brett Beutell <brett@fiberplane.com>
1 parent ef71bb2 commit 4eb9ebf

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Added
1414

15+
-
16+
17+
### Changed
18+
19+
-
20+
21+
### Deprecated
22+
23+
-
24+
25+
### Removed
26+
27+
-
28+
29+
### Fixed
30+
31+
-
32+
33+
### Security
34+
35+
-
36+
37+
## [0.7](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.7) - 2023-07-19
38+
39+
### Added
40+
1541
- Initialize counter metrics at zero #54
1642

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

3056
### Fixed
3157

58+
- Fixed calculation of funciton duration when using OpenTelemetry tracker #66
59+
3260
### Security
3361

3462
-

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "autometrics"
3-
version = "0.6"
3+
version = "0.7"
44
description = "Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries"
55
authors = ["Fiberplane <info@fiberplane.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)