Skip to content

Commit 79086ba

Browse files
authored
Linkify GitHub PR references in changelog (#1168)
So that it's easier to find out more about a change when reading the changelog.
1 parent 04782ab commit 79086ba

File tree

1 file changed

+43
-45
lines changed

1 file changed

+43
-45
lines changed

CHANGELOG.md

Lines changed: 43 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,93 +5,93 @@
55

66
## v188 (2020-12-21)
77

8-
- Python 3.8.7 is now available (CPython) (#1125).
8+
- Python 3.8.7 is now available (CPython) ([#1125](https://github.com/heroku/heroku-buildpack-python/pull/1125)).
99

1010
## v187 (2020-12-08)
1111

12-
- Python 3.9.1 is now available (CPython) (#1127).
12+
- Python 3.9.1 is now available (CPython) ([#1127](https://github.com/heroku/heroku-buildpack-python/pull/1127)).
1313

1414
## v186 (2020-11-18)
1515

16-
- Update the `BUILD_WITH_GEO_LIBRARIES` error message (#1121).
17-
- Switch NLTK feature detection away from `sp-grep` (#1119).
18-
- Switch Django collectstatic feature detection away from `sp-grep` (#1119).
19-
- Remove vendored `sp-grep` script (#1119).
20-
- Remove vendored `pip-diff` script (#1118).
21-
- Remove vendored `pip-grep` script (#1116).
16+
- Update the `BUILD_WITH_GEO_LIBRARIES` error message ([#1121](https://github.com/heroku/heroku-buildpack-python/pull/1121)).
17+
- Switch NLTK feature detection away from `sp-grep` ([#1119](https://github.com/heroku/heroku-buildpack-python/pull/1119)).
18+
- Switch Django collectstatic feature detection away from `sp-grep` ([#1119](https://github.com/heroku/heroku-buildpack-python/pull/1119)).
19+
- Remove vendored `sp-grep` script ([#1119](https://github.com/heroku/heroku-buildpack-python/pull/1119)).
20+
- Remove vendored `pip-diff` script ([#1118](https://github.com/heroku/heroku-buildpack-python/pull/1118)).
21+
- Remove vendored `pip-grep` script ([#1116](https://github.com/heroku/heroku-buildpack-python/pull/1116)).
2222

2323
## v185 (2020-11-12)
2424

25-
- Error if the unsupported `BUILD_WITH_GEO_LIBRARIES` env var is set (#1115).
26-
- Remove deprecated GDAL/GEOS/PROJ support (#1113).
27-
- Remove vendored `jq` binary (#1112).
28-
- Remove redundant Mercurial install step (#1111).
29-
- Remove support for the Cedar-14 stack (#1110).
25+
- Error if the unsupported `BUILD_WITH_GEO_LIBRARIES` env var is set ([#1115](https://github.com/heroku/heroku-buildpack-python/pull/1115)).
26+
- Remove deprecated GDAL/GEOS/PROJ support ([#1113](https://github.com/heroku/heroku-buildpack-python/pull/1113)).
27+
- Remove vendored `jq` binary ([#1112](https://github.com/heroku/heroku-buildpack-python/pull/1112)).
28+
- Remove redundant Mercurial install step ([#1111](https://github.com/heroku/heroku-buildpack-python/pull/1111)).
29+
- Remove support for the Cedar-14 stack ([#1110](https://github.com/heroku/heroku-buildpack-python/pull/1110)).
3030

3131
## v184 (2020-10-21)
3232

33-
- Vendor buildpack-stdlib instead of fetching from S3 (#1100).
34-
- Fix metric names for metrics emitted within `sub_env` (#1099).
33+
- Vendor buildpack-stdlib instead of fetching from S3 ([#1100](https://github.com/heroku/heroku-buildpack-python/pull/1100)).
34+
- Fix metric names for metrics emitted within `sub_env` ([#1099](https://github.com/heroku/heroku-buildpack-python/pull/1099)).
3535

3636
## v183 (2020-10-12)
3737

38-
- Add support for Heroku-20 (#968).
38+
- Add support for Heroku-20 ([#968](https://github.com/heroku/heroku-buildpack-python/pull/968)).
3939

4040
## v182 (2020-10-06)
4141

42-
- Python 3.9.0 is now available (CPython) (#1090).
43-
- Migrate from the `lang-python` S3 bucket to `heroku-buildpack-python` (#1089).
44-
- Remove `vendor/shunit2` (#1086).
45-
- Replace `BUILDPACK_VENDOR_URL` and `USE_STAGING_BINARIES` with `BUILDPACK_S3_BASE_URL` (#1085).
42+
- Python 3.9.0 is now available (CPython) ([#1090](https://github.com/heroku/heroku-buildpack-python/pull/1090)).
43+
- Migrate from the `lang-python` S3 bucket to `heroku-buildpack-python` ([#1089](https://github.com/heroku/heroku-buildpack-python/pull/1089)).
44+
- Remove `vendor/shunit2` ([#1086](https://github.com/heroku/heroku-buildpack-python/pull/1086)).
45+
- Replace `BUILDPACK_VENDOR_URL` and `USE_STAGING_BINARIES` with `BUILDPACK_S3_BASE_URL` ([#1085](https://github.com/heroku/heroku-buildpack-python/pull/1085)).
4646

4747
## v181 (2020-09-29)
4848

49-
- PyPy 2.7 and 3.6, version 7.3.2 are now available (Note: PyPy support is in beta) (#1081).
49+
- PyPy 2.7 and 3.6, version 7.3.2 are now available (Note: PyPy support is in beta) ([#1081](https://github.com/heroku/heroku-buildpack-python/pull/1081)).
5050

5151
## v180 (2020-09-24)
5252

53-
- Python 3.8.6 is now available (CPython) (#1072).
53+
- Python 3.8.6 is now available (CPython) ([#1072](https://github.com/heroku/heroku-buildpack-python/pull/1072)).
5454

5555
## v179 (2020-09-23)
5656

57-
- Remove duplicate pipenv metric event (#1070).
58-
- Emit metrics for how the Python version was chosen for an app (#1069).
59-
- Emit Python version metric events for all builds, not just clean installs (#1066).
57+
- Remove duplicate pipenv metric event ([#1070](https://github.com/heroku/heroku-buildpack-python/pull/1070)).
58+
- Emit metrics for how the Python version was chosen for an app ([#1069](https://github.com/heroku/heroku-buildpack-python/pull/1069)).
59+
- Emit Python version metric events for all builds, not just clean installs ([#1066](https://github.com/heroku/heroku-buildpack-python/pull/1066)).
6060

6161
## v178 (2020-09-07)
6262

63-
- Python 3.5.10 is now available (CPython) (#1062).
63+
- Python 3.5.10 is now available (CPython) ([#1062](https://github.com/heroku/heroku-buildpack-python/pull/1062)).
6464

6565
## v177 (2020-08-18)
6666

67-
- Python 3.6.12 and 3.7.9 are now available (CPython) (#1054).
68-
- The default Python version for new apps is now 3.6.12 (previously 3.6.11) (#1054).
67+
- Python 3.6.12 and 3.7.9 are now available (CPython) ([#1054](https://github.com/heroku/heroku-buildpack-python/pull/1054)).
68+
- The default Python version for new apps is now 3.6.12 (previously 3.6.11) ([#1054](https://github.com/heroku/heroku-buildpack-python/pull/1054)).
6969

7070
## v176 (2020-08-12)
7171

72-
- Rebuild the Python 3.4.10 archives with the correct version of Python (#1048).
73-
- Fix the security update version check message for apps using PyPy (#1040).
74-
- Remove `vendor/test-utils` (#1043).
72+
- Rebuild the Python 3.4.10 archives with the correct version of Python ([#1048](https://github.com/heroku/heroku-buildpack-python/pull/1048)).
73+
- Fix the security update version check message for apps using PyPy ([#1040](https://github.com/heroku/heroku-buildpack-python/pull/1040)).
74+
- Remove `vendor/test-utils` ([#1043](https://github.com/heroku/heroku-buildpack-python/pull/1043)).
7575

7676
## v175 (2020-08-05)
7777

78-
- Update pip from 20.0.2 to 20.1.1 for Python 2.7 and Python 3.5+ (#1030).
79-
- Update setuptools from 39.0.1 to: (#1024)
78+
- Update pip from 20.0.2 to 20.1.1 for Python 2.7 and Python 3.5+ ([#1030](https://github.com/heroku/heroku-buildpack-python/pull/1030)).
79+
- Update setuptools from 39.0.1 to: ([#1024](https://github.com/heroku/heroku-buildpack-python/pull/1024))
8080
- 44.1.1 for Python 2.7
8181
- 43.0.0 for Python 3.4
8282
- 47.1.1 for Python 3.5+
83-
- Switch the `heroku-buildpack-python` repository default branch from `master` to `main` (#1029).
83+
- Switch the `heroku-buildpack-python` repository default branch from `master` to `main` ([#1029](https://github.com/heroku/heroku-buildpack-python/pull/1029)).
8484

8585
## v174 (2020-07-30)
8686

87-
- For repeat builds, also manage the installed versions of setuptools/wheel, rather than just that of pip (#1007).
88-
- Install an explicit version of wheel rather than the latest release at the time (#1007).
89-
- Output the installed version of pip, setuptools and wheel in the build log (#1007).
90-
- Errors installing pip/setuptools/wheel are now displayed in the build output and fail the build early (#1007).
91-
- Install pip using itself rather than `get-pip.py` (#1007).
92-
- Disable pip's version check + cache when installing pip/setuptools/wheel (#1007).
93-
- Install setuptools from PyPI rather than a vendored copy (#1007).
94-
- Reduce the number of environment variables exposed to `bin/{pre,post}_compile` and other subprocesses (#1011).
87+
- For repeat builds, also manage the installed versions of setuptools/wheel, rather than just that of pip ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
88+
- Install an explicit version of wheel rather than the latest release at the time ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
89+
- Output the installed version of pip, setuptools and wheel in the build log ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
90+
- Errors installing pip/setuptools/wheel are now displayed in the build output and fail the build early ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
91+
- Install pip using itself rather than `get-pip.py` ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
92+
- Disable pip's version check + cache when installing pip/setuptools/wheel ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
93+
- Install setuptools from PyPI rather than a vendored copy ([#1007](https://github.com/heroku/heroku-buildpack-python/pull/1007)).
94+
- Reduce the number of environment variables exposed to `bin/{pre,post}_compile` and other subprocesses ([#1011](https://github.com/heroku/heroku-buildpack-python/pull/1011)).
9595

9696
## v173 (2020-07-21)
9797

@@ -416,9 +416,7 @@ General improvements.
416416

417417
- Fix for Heroku CI.
418418
- Use `pkg_resources` to check if a distribution is installed instead of
419-
parsing `requirements.txt`. ([#395][395])
420-
421-
[395]: https://github.com/heroku/heroku-buildpack-python/pull/395
419+
parsing `requirements.txt`. ([#395](https://github.com/heroku/heroku-buildpack-python/pull/395))
422420

423421
## v103
424422

0 commit comments

Comments
 (0)