Skip to content

Commit

Permalink
chore: release v0.6.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwabbieBosun authored Feb 12, 2025
1 parent cf76c4e commit b4bf899
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.6.0] - 2025-02-12

### 🚀 Features

- Better errors when starting fails

### 🐛 Bug Fixes

- Improve polling while waiting for container to start

### ⚙️ Miscellaneous Tasks

- Add regression test for previous kwaak dockerfile

<!-- generated by git-cliff -->
## [0.5.0] - 2025-02-09

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ homepage = "https://github.com/bosun-ai/swiftide"
repository = "https://github.com/bosun-ai/swiftide-docker-executor"
edition = "2021"
build = "build.rs"
version = "0.5.0"
version = "0.6.0"
categories = ["asynchronous"]

0 comments on commit b4bf899

Please sign in to comment.