Skip to content

Commit 561b209

Browse files
committed
added support for activation time bug
There was a compatability level issue with older versions of python virtualenv
1 parent b48b918 commit 561b209

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.1
1+
v1.1.2

misc/CHANGELOG.md renamed to docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
910
## [Unreleased] - yyyy-mm-dd
1011
**..**
1112

@@ -14,14 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1415
### Fixed
1516

1617

17-
## [v1.1.1] - 2024-02-14
18+
## [v1.1.2] - 2024-02-14
1819
**Compatibility improvements! Resolution in issues with buildah in ubuntu**
1920

2021
### Added
2122
- Independent build cache handling for devc
2223
### Changed
2324
- Removed the usage of `prune` from buildah. The latest `prune` functionality is implemented using `rmi` flags.
2425
### Fixed
26+
- Resolved the bug in removal of existing virtualenv on activation time.
2527
- Support for prune command in devc (now works with older versions)
2628

2729

misc/man.md renamed to docs/man.md

File renamed without changes.

0 commit comments

Comments
 (0)