Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 9 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,27 @@

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

## [0.0.1-alpha.2] - 2025-06-15

### 💼 Other

- Add manual dispatch option
- Add CHANGELOG.md

### ⚙️ Miscellaneous Tasks

- Fix triggers

## [0.0.1-alpha.1] - 2025-06-15
## [0.0.1-alpha.4] - 2025-06-18

### 🚀 Features

- Add poc implementation for container run command
- Add initial cli setup with up command
- Improve code readability with structs
- Add support for mount binding
- Add support for command argument
- Add support for down command

### 💼 Other

- Add initial github action workflow to build cli

### ⚙️ Miscellaneous Tasks

- Add nix flake file
- Add MIT LICENSE file
- Remove dbg!
- Remove comment
- *(homebrew)* Bump brewfile to v0.0.1-alpha.3 (#7)

<!-- generated by git-cliff -->
# Changelog
### 🐛 Bug Fixes

All notable changes to this project will be documented in this file.
- *(homebrew)* Change sha256 to v0.0.1-alpha.3 (#10)
- Allow empty ports, env vars, and volumes (#12)

## [0.0.1-alpha.3] - 2025-06-17

### 🐛 Bug Fixes

- *(utils)* Read .yml file extension for docker-compose config files

### 💼 Other

- *(release)* Update CHANGELOG for v0.0.1-alpha.3

### 📚 Documentation

- Update README to add container-compose installation via crates.io
Expand Down