Skip to content

Commit b7ef65f

Browse files
committed
Release v0.0.5
Fix: actually run the script when installed Fix: RFC3986-compliant URL escape when printing to terminal
1 parent 96b65f6 commit b7ef65f

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.0.5 (2025-10-30)
2+
3+
Fix: actually run the script when installed
4+
Fix: RFC3986-compliant URL escape when printing to terminal
5+
6+
---
7+
18
## v0.0.4 (2025-10-30)
29

310
Testing release automation

explainshell-cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
class ExplainshellCli < Formula
33
desc "Explain shell commands using explainshell.com"
44
homepage "https://github.com/mjsarfatti/explainshell-cli"
5-
url "https://github.com/mjsarfatti/explainshell-cli/releases/download/v0.0.4/explainshell-cli-v0.0.4.tar.gz"
6-
sha256 "3a5a67a5504a286cbd4be97f1ca4fb842bf439a0aa8f39e137d5534b54e28294"
5+
url "https://github.com/mjsarfatti/explainshell-cli/releases/download/v0.0.5/explainshell-cli-v0.0.5.tar.gz"
6+
sha256 "6c87bf30563c37df80925801e68542e40ddc9507803e492a6b15d368f286ed86"
77
license "MIT"
88

99
depends_on "node"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explainshell-cli",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "A CLI tool to get explanations from explainshell.com",
55
"main": "dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)