diff --git a/CHANGELOG.md b/CHANGELOG.md index 7274e38..230bc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,43 +2,16 @@ 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) - -# 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 @@ -46,6 +19,10 @@ All notable changes to this project will be documented in this file. - *(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