From d726a36950464d32a31ea14df6dc43c247803f87 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Thu, 12 Mar 2020 14:44:25 +0500 Subject: [PATCH 1/6] Adding 4.0.1 release notes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6edaa2..e909d522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Change Log +## [4.0.1](https://github.com/jazzband/django-silk/tree/4.0.1) (2020-03-12) + +[Full Changelog](https://github.com/jazzband/django-silk/compare/4.0.0...4.0.1) + +**New features/Implemented enhancements:** + +**Fixed bugs:** + +**Closed issues:** + +**Merged pull requests:** + + ## [4.0.0](https://github.com/jazzband/django-silk/tree/4.0.0) (2020-01-09) [Full Changelog](https://github.com/jazzband/django-silk/compare/3.0.4...4.0.0) From 608a63e509c1631efa3080eda8176bf86d473eb2 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Thu, 12 Mar 2020 14:44:54 +0500 Subject: [PATCH 2/6] Version bump to 4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99c96166..55d4daf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "silk", - "version": "4.0.0", + "version": "4.0.1", "description": "https://github.com/jazzband/django-silk", "main": "index.js", "directories": { From c9d38ddf93ae86887629a9193542285df89422b7 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Thu, 12 Mar 2020 14:46:40 +0500 Subject: [PATCH 3/6] Added closed issues in release notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e909d522..48c6ad13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ **Fixed bugs:** **Closed issues:** +- The "Clear DB" page doesn't work with PostgreSQL [\#395](https://github.com/jazzband/django-silk/issues/395) ([Ikalou](https://github.com/Ikalou)) + **Merged pull requests:** From 6428582f22ff5b7bf9188b177682c012627de4c5 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Thu, 12 Mar 2020 14:51:15 +0500 Subject: [PATCH 4/6] Added merged PRs in release notes --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c6ad13..2656100f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,17 @@ **Fixed bugs:** **Closed issues:** -- The "Clear DB" page doesn't work with PostgreSQL [\#395](https://github.com/jazzband/django-silk/issues/395) ([Ikalou](https://github.com/Ikalou)) +- The "Clear DB" page doesn't work with PostgreSQL [\#395](https://github.com/jazzband/django-silk/issues/395) ([Ikalou](https://github.com/Ikalou)) **Merged pull requests:** +- docs: Fix simple typo, tracebackk -> traceback [\#406](https://github.com/jazzband/django-silk/pull/406) ([timgates42](https://github.com/timgates42)) +- Restructured clear db HTML [\#399](https://github.com/jazzband/django-silk/pull/399) ([nasirhjafri](https://github.com/nasirhjafri)) +- JS workflow cleanup [\#397](https://github.com/jazzband/django-silk/pull/397) ([nasirhjafri](https://github.com/nasirhjafri)) +- Clear DB page doesn't work with PostgreSQL and SQLite [\#396](https://github.com/jazzband/django-silk/pull/396) ([nasirhjafri](https://github.com/nasirhjafri)) +- Refactor QA setup [\#393](https://github.com/jazzband/django-silk/pull/393) ([aleksihakli](https://github.com/aleksihakli)) + ## [4.0.0](https://github.com/jazzband/django-silk/tree/4.0.0) (2020-01-09) From 20fbfe2a4f588ec1916ff665486fe1ed207c5881 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Thu, 12 Mar 2020 14:51:45 +0500 Subject: [PATCH 5/6] Added new featuers in release notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2656100f..47ef61b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ **New features/Implemented enhancements:** +- Restructured clear db HTML [\#399](https://github.com/jazzband/django-silk/pull/399) ([nasirhjafri](https://github.com/nasirhjafri)) +- JS workflow cleanup [\#397](https://github.com/jazzband/django-silk/pull/397) ([nasirhjafri](https://github.com/nasirhjafri)) +- Refactor QA setup [\#393](https://github.com/jazzband/django-silk/pull/393) ([aleksihakli](https://github.com/aleksihakli)) + + **Fixed bugs:** **Closed issues:** From b790f6eade66ffbd2a59ca6b4b5771ae4beac341 Mon Sep 17 00:00:00 2001 From: Nasir Hussain Date: Thu, 12 Mar 2020 14:52:38 +0500 Subject: [PATCH 6/6] Added fixed bugs in release notes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ef61b0..ede020e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ [Full Changelog](https://github.com/jazzband/django-silk/compare/4.0.0...4.0.1) + **New features/Implemented enhancements:** - Restructured clear db HTML [\#399](https://github.com/jazzband/django-silk/pull/399) ([nasirhjafri](https://github.com/nasirhjafri)) @@ -14,10 +15,15 @@ **Fixed bugs:** +- docs: Fix simple typo, tracebackk -> traceback [\#406](https://github.com/jazzband/django-silk/pull/406) ([timgates42](https://github.com/timgates42)) +- Clear DB page doesn't work with PostgreSQL and SQLite [\#396](https://github.com/jazzband/django-silk/pull/396) ([nasirhjafri](https://github.com/nasirhjafri)) + + **Closed issues:** - The "Clear DB" page doesn't work with PostgreSQL [\#395](https://github.com/jazzband/django-silk/issues/395) ([Ikalou](https://github.com/Ikalou)) + **Merged pull requests:** - docs: Fix simple typo, tracebackk -> traceback [\#406](https://github.com/jazzband/django-silk/pull/406) ([timgates42](https://github.com/timgates42))