Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhailin-Leo committed May 5, 2023
1 parent 21ca3c0 commit c86d5da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# ChangeLog

### version 1.2.0
* thanks to [@msnidal](https://github.com/msnidal) Implement `.prof` output

### version 1.1.0
* Update API `PyInstrumentProfilerMiddleware` to top level, usage like `from fastapi_profiler import PyInstrumentProfilerMiddleware`
* support `pyinstrument.async_mode`
* Update API `PyInstrumentProfilerMiddleware` to top level, usage like `from fastapi_profiler import PyInstrumentProfilerMiddleware`
* support `pyinstrument.async_mode`

### version 1.0.0
* Finish fastapi middleware with pyinstrument.
* Finish fastapi middleware with pyinstrument.
2 changes: 1 addition & 1 deletion fastapi_profiler/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "sunhailin-Leo"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def run(self):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit c86d5da

Please sign in to comment.