Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit bb1905a

Browse files
authored
build: release v0.0.1-alpha.5 (#24)
1 parent 63dec20 commit bb1905a

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.0.1-alpha.5] - 2025-06-19
6+
7+
### 🚀 Features
8+
9+
- Support `cpu_count` and `mem_limit` (#20)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Allow empty version argument (#21)
14+
15+
### 💼 Other
16+
17+
- *(release)* Update homebrew file to v0.0.1.alpha-4 (#17)
18+
- Update cargo.toml version (#18)
19+
20+
### ⚙️ Miscellaneous Tasks
21+
22+
- Add instructions to run locally (#19)
23+
524
## [0.0.1-alpha.4] - 2025-06-18
625

726
### 🚀 Features
@@ -13,6 +32,10 @@ All notable changes to this project will be documented in this file.
1332
- *(homebrew)* Change sha256 to v0.0.1-alpha.3 (#10)
1433
- Allow empty ports, env vars, and volumes (#12)
1534

35+
### 💼 Other
36+
37+
- *(release)* Update CHANGELOG for v0.0.1-alpha.4 (#16)
38+
1639
## [0.0.1-alpha.3] - 2025-06-17
1740

1841
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "container-compose"
3-
version = "0.0.1-alpha.4"
3+
version = "0.0.1-alpha.5"
44
edition = "2024"
55
license-file = "LICENSE"
66
description = " A docker-compose like tool for Apple Containers"

examples/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
image: postgres:15
66
ports:
77
- 5432:5432
8+
command: postgres
89
environment:
910
- POSTGRES_PASSWORD=postgres
1011
cpu_count: 1

0 commit comments

Comments
 (0)