Skip to content

Commit 03b345d

Browse files
committed
Update history
1 parent f891530 commit 03b345d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/history/hatch.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717

1818
- Add `tool.hatch.env.requires` configuration to automatically install dependencies for environment and environment collector plugins
1919
- Add `custom` environment collector
20+
- Improve syncing of dependencies provided through Git direct references
2021
- Add `isolated_data_directory` attribute to the environment interface
2122
- Increase the timeout for and add retries to the `index` publisher
2223
- Expand home and environment variables in configured cache and data directories
@@ -28,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2829
- Fix displaying the version with the `version` command when the version is static and build dependencies are unmet
2930
- Fix build environments for the `virtual` environment type when storing within a relative path
3031
- Work around System Integrity Protection on macOS when running commands
32+
- Allow setuptools metadata migration for projects without `setup.py` if `setup.cfg` is present
33+
- Handle additional edge cases for setuptools metadata migration
3134
- Support boolean values for the `config set` command
3235

3336
## [1.6.3](https://github.com/pypa/hatch/releases/tag/hatch-v1.6.3) - 2022-10-24 ## {: #hatch-v1.6.3 }

docs/history/hatchling.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
***Added:***
12+
13+
- Add `trove-classifiers` as a dependency
14+
15+
***Fixed:***
16+
17+
- Properly normalize metadata descriptions that contain line breaks
18+
1119
## [1.13.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.13.0) - 2023-02-09 ## {: #hatchling-v1.13.0 }
1220

1321
***Added:***

0 commit comments

Comments
 (0)