Skip to content

Commit 0d678fa

Browse files
author
semantic-release
committed
chore(release): 4.2.0
1 parent 4010d88 commit 0d678fa

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "container-magic"
7-
version = "4.1.2"
7+
version = "4.2.0"
88
description = "A tool for rapidly creating containerised development environments"
99
authors = [
1010
{name = "Mark Hedley Jones", email = "mark@hedleyjones.com"}

0 commit comments

Comments
 (0)