Skip to content

Commit

Permalink
Release version v4.3.0 (#557)
Browse files Browse the repository at this point in the history
* Pin packages in requirements.txt

* Release version v4.3.0
  • Loading branch information
albertyw authored Mar 5, 2022
1 parent 448a0f4 commit 036f20e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Change Log
## Unreleased

## [4.3.0](https://github.com/jazzband/django-silk/tree/4.3.0) (2022-03-01)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/4.2.0...4.3.0)

**Fixes:**

- Use correct db in a multi db setup (https://github.com/jazzband/django-silk/issues/522)

**Dependencies:**
- Drop support for Python 3.6
- Add Python 3.10 compatibility
- Add Django 4.0 to tox.ini
- Update django version (#544)
- Django main (#528)
- Remove unneeded dependency Pygments

**Maintenance and Cleanup:**

- Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md'
- fix installation instructions in README
- Replace assertDictContainsSubset (#536)
- Fix issue avoid-misusing-assert-true found at https://codereview.doctor (#550)
- pre-commit autoupdate

## [4.2.0](https://github.com/jazzband/django-silk/tree/4.2.0) (2021-23-10)
:release-by: Asif Saif Uddin (@auvipy)
[Full Changelog](https://github.com/jazzband/django-silk/compare/4.1.0...4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silk",
"version": "4.2.0",
"version": "4.3.0",
"description": "https://github.com/jazzband/django-silk",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 036f20e

Please sign in to comment.