Skip to content

Commit

Permalink
Prepare release 0.5 (#39)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump pyproject version to 0.5

---------

Co-authored-by: Brett Beutell <brett@fiberplane.com>
  • Loading branch information
brettimus and Brett Beutell authored May 12, 2023
1 parent 1f05706 commit 7ec7ee6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,42 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

- Support for build_info metrics in Prometheus (#35)
- OpenTelemetry Support (#28)
- Fly.io example (#26)
- Django example (#22)
-

### Changed

-

### Deprecated

-

### Removed

-
-

### Fixed

- The `autometrics` decorator now supports async functions (#33)

### Security

-

---

## [0.5](/~https://github.com/autometrics-dev/autometrics-py/releases/tag/0.5) - 2023-05-11

### Added

- Support `build_info` metrics for Prometheus tracker (#35)
- **NOTE**: The OpenTelemetry tracker does not accurately track `build_info`, so you will need to set the env var `AUTOMETRICS_TRACKER=PROMETHEUS` to see accurate build info in your metrics (see #38)
- OpenTelemetry Support (#28)
- Fly.io example (#26)
- Django example (#22)

### Fixed

- The `autometrics` decorator now supports async functions (#33)

## [0.4](/~https://github.com/autometrics-dev/autometrics-py/releases/tag/0.4) - 2023-04-13

### Added
Expand All @@ -53,10 +63,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Issue with trailing slashes in prometheus url (#14)


## [0.3](/~https://github.com/autometrics-dev/autometrics-py/releases/tag/0.3) - 2023-03-28

### Added

- Implemented caller label for the function calls counter (#9)

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.4"
version = "0.5"
description = "Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries"
authors = ["Fiberplane <info@fiberplane.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7ec7ee6

Please sign in to comment.