Skip to content

Commit 76d837c

Browse files
committed
chore(release): prepare for v0.1.6
1 parent 9cd1ba1 commit 76d837c

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.1.6] - 2024-06-24
4+
5+
### <!-- 0 -->⛰️ Features
6+
7+
- Refactor machine management logic
8+
- Handle serialization and deserialization of machines.toml
9+
- Update dependencies and refactor machine handling
10+
- Add `serde` dependency and refactor machine-related code
11+
- Add 'inquire' dependency and 'list' subcommand
12+
- Update machine commands to support interfaces
13+
- Refactor machine-related code and add config related crates
14+
- Refactor interactive mode interface and error handling
15+
- Refactor interactive UI functionality with ratatui
16+
17+
### <!-- 2 -->🚜 Refactor
18+
19+
- Refactor code structure and remove unused imports and commented code
20+
21+
### <!-- 7 -->⚙️ Miscellaneous Tasks
22+
23+
- Refactor code and optimize imports in machine commands
24+
325
## [0.1.5] - 2024-06-22
426

527
### <!-- 0 -->⛰️ Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devpilot"
33
authors = ["Trim Bresilla <trim.bresilla@gmail.com>"]
4-
version = "0.1.5"
4+
version = "0.1.6"
55
edition = "2021"
66
license = "MIT"
77

0 commit comments

Comments
 (0)