From 2beb17572d4a67077a9b23f9e870895d4bec01e4 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:23:13 +0100 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1ccf2..02f758c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2025-01-11 + +### 🚀 Features + +- Remove container with force in favour of kill (#13) + +### 🐛 Bug Fixes + +- Use the same socket for connecting and mounting + + ## [0.2.0] - 2025-01-08 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 123a8b6..e47bbb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "swiftide-docker-executor" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5555b30..7df3124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide-docker-executor" -version = "0.2.0" +version = "0.2.1" description = "A docker executor for swiftide agent tools" license = "MIT" readme = "README.md"