Skip to content

Commit 129a47c

Browse files
Nomadic Labsmathiasbourgoin
authored andcommitted
chore: bump version to 0.1.1
1 parent 8743704 commit 129a47c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.1.1] - 2026-01-15
8+
9+
### Added
10+
11+
- One-liner install script (`curl -fsSL ... | sh`)
12+
- Binary accessibility validation for service users
13+
- Tab shortcut hint in TUI for folding sections
14+
- Ubuntu and Debian `.deb` packages in releases
15+
16+
### Fixed
17+
18+
- Hero button text color in dark mode
19+
- Temp directory cleanup on install script error
20+
- Use official Tezos logo
21+
22+
### Changed
23+
24+
- Documentation examples now target shadownet instead of mainnet
25+
- Documentation styling aligned with Tezlink/Tezos design
26+
727
## [0.1.0] - 2026-01-14
828

929
### Added

src/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ let ui_cmd =
30253025

30263026
let root_cmd =
30273027
let doc = "Terminal UI for managing Octez services" in
3028-
let info = Cmd.info "octez-manager" ~doc ~version:"0.1.0" in
3028+
let info = Cmd.info "octez-manager" ~doc ~version:"0.1.1" in
30293029
Cmd.group
30303030
info
30313031
~default:ui_term

0 commit comments

Comments
 (0)