Releases: brettcannon/microvenv
Releases · brettcannon/microvenv
2023.5.post1
What's Changed
🪲 Bug Fixes
- Fix documented invocation by @adamchainz in #60
New Contributors
- @adamchainz made their first contribution in #60
Full Changelog: v2023.5...v2023.5.post1
2023.5
What's Changed
⚠️ Breaking Changes
- Drop Python 3.7 by @brettcannon in #58
🎉 New Features
- Get mypy passing under Windows by @brettcannon in #58
Full Changelog: v2023.4...v2023.5
2023.4
What's Changed
🪲 Bug Fixes
- Prevent
__main__.py
from attempting to execute on Windows. by @brettcannon in #57
Full Changelog: v2023.3.post1...v2023.4
2023.3.post1
What's Changed
⚠️ Breaking Changes
- Add support for
scm_ignore_files
(and restructure project) by @brettcannon in #44
🎉 New Features
- Add
IN_VIRTUAL_ENV
by @brettcannon in #47 - Add
parse_config()
by @brettcannon in #48 - Add
activation()
by @brettcannon in #49 - Add type annotations by @brettcannon in #50
- Add docs by @brettcannon in #51
- Add support for Windows (except for
create()
) by @brettcannon in #55
Full Changelog: v2023.2.0...v2023.3.post1
2023.2.0
What's Changed
🎉 New Features
- Use argparse to parse args by @harkabeeparolus in #36
New Contributors
- @harkabeeparolus made their first contribution in #36
Full Changelog: v2023.1.2...v2023.2.0
2023.1.2
What's Changed
🎉 New Features
- Move to
hatchling
for builds by @brettcannon in #32
🪲 Bug Fixes
- Fix documentation type hint for
create()
by @brettcannon in #30 - Make the
lib64
symlink relative by @ur4t in #33
New Contributors
- @GalaxySnail made their first contribution in #31
- @ur4t made their first contribution in #33
Full Changelog: v2023.1.1...v2023.1.2
2023.1.1
What's Changed
🪲 Bug Fixes
- Make the creation of the
lib64
symlink more robust by @brettcannon in #28
Full Changelog: v2023.1.0...v2023.1.1
2023.1.0
What's Changed
🎉 New Features
- Make the paths in the
command
field forpyvenv.cfg
use absolute, resolved paths by @brettcannon in #22 - Add a public API via the
create()
function by @brettcannon in #26
🪲 Bug Fixes
- Match path resolution in
pyvenv.cfg
by @brettcannon in #24
Full Changelog: v2023.0.0...v2023.1.0
2023.0.0
Initial release
New Contributors
- @brettcannon made their first contribution in #11
- @FollowTheProcess made their first contribution in #8
Full Changelog: https://github.com/brettcannon/microvenv/commits/v2023.0.0