Skip to content

Commit

Permalink
Prepare 2.1.1 release (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Jul 13, 2022
1 parent 4132be3 commit dbd0f39
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 227 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
commit = True
tag = False
current_version = 2.1.0
current_version = 2.1.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
values =
dev
prod

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# libhoney-py Changelog

## 2.1.1 2022-07-13

### Improvements

- Lazy load requests in Transmission class (#121) | [@danvendia](https://github.com/danvendia)
- Remove six and mock dependencies. (#117) | [@iurisilvio](https://github.com/iurisilvio)

### Maintenance

- Bump django from 4.0.2 to 4.0.6 in /examples/django_response_time (#115,#118) | [dependabot](https://github.com/dependabot)
- Bump django from 4.0.2 to 4.0.6 in /examples/django_dynamic_fields (#114,#120) | [dependabot](https://github.com/dependabot)
- Bump django from 4.0.2 to 4.0.6 in /examples/django_simple (#113,#119) | [dependabot](https://github.com/dependabot)

## 2.1.0 2022-04-08

### Added
Expand Down
103 changes: 29 additions & 74 deletions examples/django_dynamic_fields/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dbd0f39

Please sign in to comment.