Skip to content

Commit a60fc7d

Browse files
chore: bump version to 0.1.1 and update documentation
- bump package version to 0.1.1 in Cargo.toml - update bug report template with new version number - simplify requirements section in README.md by removing Linux-specific bullet point
1 parent b756c1d commit a60fc7d

4 files changed

Lines changed: 11 additions & 15 deletions

File tree

‎.github/ISSUE_TEMPLATE/bug_report.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ body:
3434
- os: arch linux / ubuntu
3535
- shell: bash / zsh / fish / nu
3636
- terminal: alacritty / kitty / foot
37-
- mew version: 0.1.0
37+
- mew version: 0.1.1
3838
validations:
3939
required: true

‎Cargo.lock‎

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mew-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "fast, zero-daemon terminal companion and git workspace dashboard with reactive ascii mascot"
66
license = "MIT"

‎README.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ Optional theme file at `~/.config/mew/theme.toml`.
144144

145145
## Requirements
146146

147-
- Linux
148-
- Nerd Font recommended
149-
- Rust 1.85+ (build from source only)
150-
151147
* Linux, macOS, or Windows
152148
* Nerd Font recommended
153149
* Rust 1.95+ if building from source

0 commit comments

Comments
 (0)