Skip to content

Commit

Permalink
Release version v5.0.2 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Oct 29, 2022
1 parent 4934ffe commit b13b0a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
# Change Log
## Unreleased

## [5.0.2](https://github.com/jazzband/django-silk/tree/5.0.2) (2022-10-12)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.1...5.0.2)

**Fixes:**

- Multipart forms and RawPostDataException (#592)
- Decrease unnecessary database hits (#587) (#588)

**Features/Enhancements:**

- Remove unneeded pytz package (#603)
- Use contextlib in test_profile_parser (#590)
- Add support for storages, that don't implement full filesystem path (#596)


## [5.0.1](https://github.com/jazzband/django-silk/tree/5.0.1) (2022-07-03)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.0...5.0.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "silk",
"version": "5.0.1",
"version": "5.0.2",
"description": "https://github.com/jazzband/django-silk",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit b13b0a9

Please sign in to comment.