Skip to content

Commit

Permalink
Update changelog for 0.6 release (version was already updated) (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Beutell <[email protected]>
  • Loading branch information
brettimus and Brett Beutell authored Jun 23, 2023
1 parent 88164e7 commit 398826a
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

- Exemplars support (#51)
- Optional concurrency tracking support (#55)
-

### Changed

- `build_info` is extended with support for branch labels and now picks up the commit label from `COMMIT_SHA` env var (#52)
-

### Deprecated

Expand All @@ -35,6 +34,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Update requests, starlette, fastapi dependencies used by the examples

## [0.6](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.6) - 2023-06-23

### Added

- Exemplars support (#51)
- Optional concurrency tracking support (#55)

### Changed

- `build_info` is extended with support for branch labels and now picks up the commit label from `COMMIT_SHA` env var (#52)

### Fixed

- Fixed decorator async function handling (#55)

### Security

- Update requests, starlette, fastapi dependencies used by the examples

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

### Added
Expand Down

0 comments on commit 398826a

Please sign in to comment.