-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @bam.tech/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @flashlight/[email protected]
- Loading branch information
Showing
38 changed files
with
207 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0-alpha.0 (2024-06-04) | ||
|
||
### Bug Fixes | ||
|
||
- **profiler:** improve accuracy of CPU measures ([#140](https://github.com/bamlab/flashlight/issues/140)) ([5038cb7](https://github.com/bamlab/flashlight/commit/5038cb7704a551ca70ab67e1726bb6321d7f63b1)) | ||
- **profiler:** improve timings accuracy ([#84](https://github.com/bamlab/flashlight/issues/84)) ([1908689](https://github.com/bamlab/flashlight/commit/19086891b618382dd290431e63cf72059a729133)) | ||
|
||
### Features | ||
|
||
- add --record options to have videos in report ([#86](https://github.com/bamlab/flashlight/issues/86)) ([2094d38](https://github.com/bamlab/flashlight/commit/2094d38845a8e96696fea94e91a91cc9f174931d)) | ||
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **profiler:** if using a custom script, pollPerformanceMeasures will now take `{ onMeasure: (Measure) => void }` as second parameter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "cli-example", | ||
"private": true, | ||
"version": "0.1.0-alpha.5", | ||
"version": "1.0.0-alpha.0", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@perf-profiler/reporter": "*", | ||
"@perf-profiler/profiler": "*", | ||
"@perf-profiler/types": "*" | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/types": "^0.8.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.1.0-alpha.6 (2024-06-04) | ||
|
||
### Features | ||
|
||
- add --record options to have videos in report ([#86](https://github.com/bamlab/flashlight/issues/86)) ([2094d38](https://github.com/bamlab/flashlight/commit/2094d38845a8e96696fea94e91a91cc9f174931d)) | ||
- **e2e:** add support for maestro and other e2e frameworks ([0c47a99](https://github.com/bamlab/flashlight/commit/0c47a994491bcdb93eed74aa18c016388dcc8687)) | ||
- **test:** add record bitRate and size option ([#97](https://github.com/bamlab/flashlight/issues/97)) ([364f58a](https://github.com/bamlab/flashlight/commit/364f58a973ad336e1e810b6c6b83c48c709c6ead)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "e2e-example", | ||
"private": true, | ||
"version": "0.1.0-alpha.5", | ||
"version": "0.1.0-alpha.6", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -11,7 +11,7 @@ | |
"test": "tsc && yarn test:e2e" | ||
}, | ||
"dependencies": { | ||
"@bam.tech/appium-helper": "*", | ||
"@perf-profiler/e2e": "*" | ||
"@bam.tech/appium-helper": "^0.5.4", | ||
"@perf-profiler/e2e": "^0.11.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### Bug Fixes | ||
|
||
- **cli:** improve cli performance a little bit ([#269](https://github.com/bamlab/flashlight/issues/269)) ([f646064](https://github.com/bamlab/flashlight/commit/f646064f58fbde5cb028628dab8ac1d4e96bc2e2)) | ||
- **deps:** update material-ui monorepo to v5.15.13 ([#242](https://github.com/bamlab/flashlight/issues/242)) ([cb4f91f](https://github.com/bamlab/flashlight/commit/cb4f91f9c38126dd4e887a54fac22f61e8d8f53a)) | ||
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0)) | ||
- **report:** remove video annotation if no videos ([#235](https://github.com/bamlab/flashlight/issues/235)) ([93c3b99](https://github.com/bamlab/flashlight/commit/93c3b99c3d671e99d1f24c8fcfe75514fb3dbace)) | ||
|
||
### Features | ||
|
||
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c)) | ||
|
||
# [0.3.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@perf-profiler/measure", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -10,12 +10,12 @@ | |
"perf-profiler-measure": "dist/bin.js" | ||
}, | ||
"dependencies": { | ||
"@perf-profiler/e2e": "^0.11.0", | ||
"@perf-profiler/logger": "^0.3.2", | ||
"@perf-profiler/profiler": "^0.10.8", | ||
"@perf-profiler/reporter": "^0.8.0", | ||
"@perf-profiler/shell": "^0.2.0", | ||
"@perf-profiler/types": "^0.7.0", | ||
"@perf-profiler/e2e": "^0.11.1", | ||
"@perf-profiler/logger": "^0.3.3", | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/shell": "^0.2.1", | ||
"@perf-profiler/types": "^0.8.0", | ||
"commander": "^12.0.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.19.2", | ||
|
@@ -26,7 +26,7 @@ | |
"devDependencies": { | ||
"@mui/icons-material": "^5.15.12", | ||
"@mui/material": "^5.15.12", | ||
"@perf-profiler/web-reporter-ui": "^0.15.0", | ||
"@perf-profiler/web-reporter-ui": "^0.16.0", | ||
"@testing-library/react": "^14.2.1", | ||
"@types/express": "^4.17.21", | ||
"@types/supertest": "^6.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0)) | ||
|
||
### Features | ||
|
||
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c)) | ||
|
||
## [0.10.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
**Note:** Version bump only for package @perf-profiler/web-reporter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.11.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### Bug Fixes | ||
|
||
- **profiler:** improve performance ([#280](https://github.com/bamlab/flashlight/issues/280)) ([512a994](https://github.com/bamlab/flashlight/commit/512a994dab8d6a5a0695670569c0d775eae85388)) | ||
|
||
# [0.11.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@perf-profiler/e2e", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -14,11 +14,11 @@ | |
"test": "tsc" | ||
}, | ||
"dependencies": { | ||
"@perf-profiler/ios-instruments": "^0.3.0", | ||
"@perf-profiler/logger": "^0.3.2", | ||
"@perf-profiler/profiler": "^0.10.8", | ||
"@perf-profiler/reporter": "^0.8.0", | ||
"@perf-profiler/types": "^0.7.0", | ||
"@perf-profiler/ios-instruments": "^0.3.1", | ||
"@perf-profiler/logger": "^0.3.3", | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/reporter": "^0.8.1", | ||
"@perf-profiler/types": "^0.8.0", | ||
"commander": "^12.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/tools | ||
|
||
# 0.2.0 (2024-03-01) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@perf-profiler/tools", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -13,8 +13,8 @@ | |
"test": "tsc" | ||
}, | ||
"dependencies": { | ||
"@perf-profiler/profiler": "^0.10.8", | ||
"@perf-profiler/shell": "^0.2.0", | ||
"@perf-profiler/profiler": "^0.10.9", | ||
"@perf-profiler/shell": "^0.2.1", | ||
"commander": "^12.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.3.3](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/logger | ||
|
||
## [0.3.2](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
**Note:** Version bump only for package @perf-profiler/logger | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.8.1](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/reporter | ||
|
||
# [0.8.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.1](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
**Note:** Version bump only for package @perf-profiler/shell | ||
|
||
# [0.2.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@perf-profiler/shell", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@perf-profiler/logger": "^0.3.2", | ||
"@perf-profiler/logger": "^0.3.3", | ||
"adm-zip": "^0.5.9", | ||
"axios": "^1.1.3" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.8.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### Features | ||
|
||
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c)) | ||
|
||
# [0.7.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@perf-profiler/types", | ||
"main": "dist/index.js", | ||
"version": "0.7.0" | ||
"version": "0.8.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,19 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.16.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### Bug Fixes | ||
|
||
- **deps:** update dependency apexcharts to v3.48.0 ([#234](https://github.com/bamlab/flashlight/issues/234)) ([929b6bc](https://github.com/bamlab/flashlight/commit/929b6bc2c8ce2924a7eb6f8442e493190c3b5293)) | ||
- **deps:** update material-ui monorepo to v5.15.13 ([#242](https://github.com/bamlab/flashlight/issues/242)) ([cb4f91f](https://github.com/bamlab/flashlight/commit/cb4f91f9c38126dd4e887a54fac22f61e8d8f53a)) | ||
- **deps:** update react monorepo to v18 ([#215](https://github.com/bamlab/flashlight/issues/215)) ([d84fe11](https://github.com/bamlab/flashlight/commit/d84fe11944c58aac1ab69d55519f1b3b69c65ad0)) | ||
- **report:** remove video annotation if no videos ([#235](https://github.com/bamlab/flashlight/issues/235)) ([93c3b99](https://github.com/bamlab/flashlight/commit/93c3b99c3d671e99d1f24c8fcfe75514fb3dbace)) | ||
|
||
### Features | ||
|
||
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/flashlight/issues/205)) ([0e99a27](https://github.com/bamlab/flashlight/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c)) | ||
|
||
# [0.15.0](https://github.com/bamlab/flashlight/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.12.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2024-06-04) | ||
|
||
### Bug Fixes | ||
|
||
- **profiler:** improve performance ([#280](https://github.com/bamlab/android-performance-profiler/issues/280)) ([512a994](https://github.com/bamlab/android-performance-profiler/commit/512a994dab8d6a5a0695670569c0d775eae85388)) | ||
- **profiler:** support rare apps with multiple pids ([#274](https://github.com/bamlab/android-performance-profiler/issues/274)) ([60ea349](https://github.com/bamlab/android-performance-profiler/commit/60ea3492d869ab4cea23a0d3eadb4e2f759661d3)) | ||
|
||
### Features | ||
|
||
- **report:** make RN and Flutter threads stand out nicely ([#205](https://github.com/bamlab/android-performance-profiler/issues/205)) ([0e99a27](https://github.com/bamlab/android-performance-profiler/commit/0e99a2780c00fad342b2a13189a2adee51e5dd9c)) | ||
|
||
# 0.11.0 (2024-03-01) | ||
|
||
### Bug Fixes | ||
|
Oops, something went wrong.