Skip to content

Commit

Permalink
chore: Release dmtrctl version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jun 17, 2024
1 parent 4850b4e commit 0853bbe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -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"
Expand Down

0 comments on commit 0853bbe

Please sign in to comment.