Skip to content

Commit

Permalink
added support for activation time bug
Browse files Browse the repository at this point in the history
There was a compatability level issue with older versions of python virtualenv
  • Loading branch information
bRuttaZz committed Feb 15, 2024
1 parent b48b918 commit 561b209
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.1
v1.1.2
4 changes: 3 additions & 1 deletion misc/CHANGELOG.md → docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).



## [Unreleased] - yyyy-mm-dd
**..**

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


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

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


Expand Down
File renamed without changes.

0 comments on commit 561b209

Please sign in to comment.