File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v4.2.0 (2026-03-25)
6+
7+ ### Features
8+
9+ - Walk parent directories for .env files
10+ ([ #52 ] ( https://github.com/markhedleyjones/container-magic/pull/52 ) ,
11+ [ ` 4010d88 ` ] ( https://github.com/markhedleyjones/container-magic/commit/4010d88a416607b944749f4599afedb01903ebe2 ) )
12+
13+ ### Refactoring
14+
15+ - Unify duplicated distro inheritance logic
16+ ([ #51 ] ( https://github.com/markhedleyjones/container-magic/pull/51 ) ,
17+ [ ` 139896d ` ] ( https://github.com/markhedleyjones/container-magic/commit/139896d7dd57b52dee731713888d0669c9995283 ) )
18+
19+ - Wire SELinux label_volumes into runtime volume handling
20+ ([ ` b61de84 ` ] ( https://github.com/markhedleyjones/container-magic/commit/b61de84bf333f309700cfd90693380ceb3600dae ) )
21+
22+ ### Testing
23+
24+ - Update volume assertions for SELinux labels
25+ ([ ` 64c1e5c ` ] ( https://github.com/markhedleyjones/container-magic/commit/64c1e5c58fb3c65e61c9b7a60c053fb964a325a0 ) )
26+
27+
528## v4.1.2 (2026-03-25)
629
730### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " container-magic"
7- version = " 4.1.2 "
7+ version = " 4.2.0 "
88description = " A tool for rapidly creating containerised development environments"
99authors = [
1010 {name = " Mark Hedley Jones" , email = " mark@hedleyjones.com" }
You can’t perform that action at this time.
0 commit comments