-
Notifications
You must be signed in to change notification settings - Fork 142
docs: add changelog #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
docs: add changelog #219
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,112 @@ | ||
| +++++++++ | ||
| Changelog | ||
| +++++++++ | ||
|
|
||
|
|
||
| Unreleased | ||
| ========== | ||
|
|
||
| - Check dependencies recursively (`PR #183`_, Fixes `#25`_) | ||
| - Build wheel and sdist distributions in separate environments, as they may have different dependencies (`PR #195`_, Fixes `#194`_) | ||
| - Add support for pre-releases in ``check_dependency`` (`PR #204`_, Fixes `#191`_) | ||
| - Do not add the default backend requirements to ``requires`` when no backend is specified (`PR #177`_, Fixes `#107`_) | ||
| - Return the sdist name in ``ProjectBuild.build`` (`PR #197`_) | ||
| - Improve documentation (`PR #178`_, `PR #203`_) | ||
| - Add changelog (`PR #219`_, Fixes `#169`_) | ||
|
|
||
| Breaking changes | ||
| ---------------- | ||
|
|
||
| - Move ``config_settings`` argument to the hook calls (`PR #218`_, Fixes `#216`_) | ||
|
|
||
| .. _PR #177: https://github.com/pypa/build/pull/177 | ||
| .. _PR #178: https://github.com/pypa/build/pull/178 | ||
| .. _PR #183: https://github.com/pypa/build/pull/183 | ||
| .. _PR #195: https://github.com/pypa/build/pull/195 | ||
| .. _PR #197: https://github.com/pypa/build/pull/197 | ||
| .. _PR #203: https://github.com/pypa/build/pull/203 | ||
| .. _PR #204: https://github.com/pypa/build/pull/204 | ||
| .. _PR #218: https://github.com/pypa/build/pull/218 | ||
| .. _PR #219: https://github.com/pypa/build/pull/219 | ||
| .. _#25: https://github.com/pypa/build/issues/25 | ||
| .. _#107: https://github.com/pypa/build/issues/107 | ||
| .. _#109: https://github.com/pypa/build/issues/109 | ||
| .. _#169: https://github.com/pypa/build/issues/169 | ||
| .. _#191: https://github.com/pypa/build/issues/191 | ||
| .. _#194: https://github.com/pypa/build/issues/194 | ||
| .. _#216: https://github.com/pypa/build/issues/216 | ||
|
|
||
|
|
||
|
|
||
| 0.1.0 (29-10-2020) | ||
| ================== | ||
|
|
||
| - Moved the upstream to PyPA | ||
| - Fixed building with isolation in a virtual environment | ||
| - Added env.IsolatedEnv abstract class | ||
| - Added env.IsolatedEnvBuilder (replaces env.IsolatedEnvironment usages) | ||
| - Added python_executable argument to the ProjectBuilder constructor | ||
| - Added --version/-V option to the CLI | ||
| - Added support for Python 3.9 | ||
| - Added py.typed marker | ||
| - Various miscelaneous fixes in the virtual environment creation | ||
| - Many general improvements in the documentation | ||
| - Documentation moved to the furo theme | ||
| - Updated the CoC to the PSF CoC, which PyPA has adopted | ||
|
|
||
| Breaking changes | ||
| ---------------- | ||
|
|
||
| - Renamed the entrypoint script to pyproject-build | ||
| - Removed default arguments from all paths in ProjectBuilder | ||
| - Removed ProjectBuilder.hook | ||
| - Renamed __main__.build to __main__.build_package | ||
| - Changed the default outdir value to {srcdir}/dest | ||
| - Removed env.IsolatedEnvironment | ||
|
|
||
|
|
||
|
|
||
| 0.0.4 (08-09-2020) | ||
| ================== | ||
|
|
||
| - Packages are now built in isolation by default | ||
| - Added --no-isolation/-n flag to build in the current environment | ||
| - Add --config-setting/-C option to pass options to the backend | ||
| - Add IsolatedEnvironment class | ||
| - Fix creating the output directory if it doesn't exit | ||
| - Fix building with in-tree backends | ||
| - Fix broken entrypoint script (python-build) | ||
| - Add warning about incomplete verification when verifying extras | ||
| - Automatically detect typos in the build system table | ||
| - Minor documentation improvements | ||
|
|
||
|
|
||
|
|
||
| 0.0.3.1 (10-06-2020) | ||
| ==================== | ||
|
|
||
| - Fix bug preventing the CLI from being invoked | ||
| - Improved documentation | ||
|
|
||
|
|
||
|
|
||
| 0.0.3 (09-06-2020) | ||
| ================== | ||
|
|
||
| - Misc improvements | ||
| - Added documentation | ||
|
|
||
|
|
||
|
|
||
| 0.0.2 (29-05-2020) | ||
| ================== | ||
|
|
||
| - Add setuptools as a default fallback backend | ||
| - Fix extras handling in requirement strings | ||
|
|
||
|
|
||
|
|
||
| 0.0.1 (17-05-2020) | ||
| ================== | ||
|
|
||
| - Initial release |
This file contains hidden or 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 @@ | ||
| ../CHANGELOG.rst | ||
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.