From 0853bbe37c44b0b35dc252fa46dde4db53be160f Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 17 Jun 2024 08:14:51 -0300 Subject: [PATCH] chore: Release dmtrctl version 1.4.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b1157..252d12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [1.4.0] - 2024-06-17 + +### 🚀 Features + +- Refactor tunnel into node-socket (#39) +- Add client counter for tunnel command (#41) + +### 🐛 Bug Fixes + +- Use full instance id for tunnel arg (#40) + ## [1.3.0] - 2024-06-15 ### 🚀 Features @@ -14,6 +25,10 @@ All notable changes to this project will be documented in this file. - Skip tunnel type with only one option (#37) - Ensure user is initialized after login (#38) +### ⚙️ Miscellaneous Tasks + +- Release dmtrctl version 1.3.0 + ## [1.2.0] - 2024-06-14 ### 🔧 Continuous Integration diff --git a/Cargo.lock b/Cargo.lock index 09d6d51..2fadefa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "dmtrctl" -version = "1.3.0" +version = "1.4.0" dependencies = [ "base64 0.22.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index dfa67c9..01d2a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dmtrctl" -version = "1.3.0" +version = "1.4.0" edition = "2021" repository = "https://github.com/demeter-run/cli" license = "Apache-2.0"