| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4b88dd9 commit f9ce0fa
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,55 @@ | |||
| 1 | 1 | Changelog | |
| 2 | 2 | ========= | |
| 3 | 3 | ||
| 4 | - 0.62.1 (2026-04-30) | ||
| 4 | + 0.63.0 (2026-06-17) | ||
| 5 | 5 | ------------------- | |
| 6 | 6 | ------------------------ | |
| 7 | + - Skip repositories with pull requests disabled (HTTP 404) instead of | ||
| 8 | + crashing (#511) [Rodos] | ||
| 9 | + | ||
| 10 | + Also harden the advisories/hooks 404 checks to match HTTPError.code instead of a substring. | ||
| 11 | + - Chore(deps): bump pytest in the python-packages group. | ||
| 12 | + [dependabot[bot]] | ||
| 13 | + | ||
| 14 | + Bumps the python-packages group with 1 update: [pytest](https://github.com/pytest-dev/pytest). | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + Updates `pytest` from 9.0.3 to 9.1.0 | ||
| 18 | + - [Release notes](https://github.com/pytest-dev/pytest/releases) | ||
| 19 | + - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) | ||
| 20 | + - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.0) | ||
| 21 | + | ||
| 22 | + --- | ||
| 23 | + updated-dependencies: | ||
| 24 | + - dependency-name: pytest | ||
| 25 | + dependency-version: 9.1.0 | ||
| 26 | + dependency-type: direct:production | ||
| 27 | + update-type: version-update:semver-minor | ||
| 28 | + dependency-group: python-packages | ||
| 29 | + ... | ||
| 30 | + - Chore(deps): bump black in the python-packages group. | ||
| 31 | + [dependabot[bot]] | ||
| 32 | + | ||
| 33 | + Bumps the python-packages group with 1 update: [black](https://github.com/psf/black). | ||
| 34 | + | ||
| 35 | + | ||
| 36 | + Updates `black` from 26.3.1 to 26.5.1 | ||
| 37 | + - [Release notes](https://github.com/psf/black/releases) | ||
| 38 | + - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) | ||
| 39 | + - [Commits](https://github.com/psf/black/compare/26.3.1...26.5.1) | ||
| 40 | + | ||
| 41 | + --- | ||
| 42 | + updated-dependencies: | ||
| 43 | + - dependency-name: black | ||
| 44 | + dependency-version: 26.5.1 | ||
| 45 | + dependency-type: direct:production | ||
| 46 | + update-type: version-update:semver-minor | ||
| 47 | + dependency-group: python-packages | ||
| 48 | + ... | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + 0.62.1 (2026-04-30) | ||
| 52 | + ------------------- | ||
| 7 | 53 | - Document that nothing is saved by default. [Changaco] | |
| 8 | 54 | - Eliminate trailing spaces. [Changaco] | |
| 9 | 55 | - Remove pointless and unsafe `export`s in examples. [Changaco] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - __version__ = "0.62.1" | ||
| 1 | + __version__ = "0.63.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments