Skip to content

Commit

Permalink
Release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 2, 2023
1 parent d683ce1 commit 07cb7e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## [Unreleased](https://github.com/metricq/metricq-python/tree/HEAD)
## [v5.0.1](https://github.com/metricq/metricq-python/tree/v5.0.1) (2023-06-02)

[Full Changelog](https://github.com/metricq/metricq-python/compare/v5.0.0...HEAD)
[Full Changelog](https://github.com/metricq/metricq-python/compare/v5.0.0...v5.0.1)

**Implemented enhancements:**

- Improve handling of disconnects [\#50](https://github.com/metricq/metricq-python/issues/50)

**Fixed bugs:**

Expand Down Expand Up @@ -295,7 +299,6 @@
- Fix mypy protobuf packaging [\#43](https://github.com/metricq/metricq-python/pull/43) ([tilsche](https://github.com/tilsche))
- Release workflow [\#42](https://github.com/metricq/metricq-python/pull/42) ([kinnarr](https://github.com/kinnarr))
- Issue 27 - Precise and Pretty Timedelta [\#28](https://github.com/metricq/metricq-python/pull/28) ([Daddelhai](https://github.com/Daddelhai))
- Fix protobuf compilation [\#5](https://github.com/metricq/metricq-python/pull/5) ([phijor](https://github.com/phijor))
- Fix reconnect issues [\#44](https://github.com/metricq/metricq-python/pull/44) ([bmario](https://github.com/bmario))
- Generate changelog for closed PRs and issues [\#40](https://github.com/metricq/metricq-python/pull/40) ([kinnarr](https://github.com/kinnarr))
- Split release job [\#37](https://github.com/metricq/metricq-python/pull/37) ([kinnarr](https://github.com/kinnarr))
Expand Down Expand Up @@ -335,6 +338,10 @@
- Fix protobuf building [\#2](https://github.com/metricq/metricq-python/issues/2)
- Create repo metricq-python [\#1](https://github.com/metricq/metricq-python/issues/1)

**Merged pull requests:**

- Fix protobuf compilation [\#5](https://github.com/metricq/metricq-python/pull/5) ([phijor](https://github.com/phijor))

## [v1.1.3](https://github.com/metricq/metricq-python/tree/v1.1.3) (2020-03-23)

[Full Changelog](https://github.com/metricq/metricq-python/compare/v1.1.2...v1.1.3)
Expand Down

0 comments on commit 07cb7e9

Please sign in to comment.