File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.46.0 "
2+ "." : " 0.46.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.46.1] ( https://github.com/josephschmitt/monocle/compare/v0.46.0...v0.46.1 ) (2026-04-18)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** hooks:** enter-plan stays silent when monocle engine is unreachable ([ 29adfab] ( https://github.com/josephschmitt/monocle/commit/29adfabbad1ca64862bdc77306a69e461af3f9f7 ) )
9+
310## [ 0.46.0] ( https://github.com/josephschmitt/monocle/compare/v0.45.0...v0.46.0 ) (2026-04-18)
411
512
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ Download from [GitHub Releases](https://github.com/josephschmitt/monocle/release
4242``` bash
4343# Apple Silicon
4444# x-release-please-start-version
45- curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.0 /monocle_darwin_arm64.tar.gz
45+ curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.1 /monocle_darwin_arm64.tar.gz
4646# x-release-please-end
4747tar xzf monocle.tar.gz
4848sudo mv monocle /usr/local/bin/
4949
5050# Intel
5151# x-release-please-start-version
52- curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.0 /monocle_darwin_amd64.tar.gz
52+ curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.1 /monocle_darwin_amd64.tar.gz
5353# x-release-please-end
5454tar xzf monocle.tar.gz
5555sudo mv monocle /usr/local/bin/
@@ -59,14 +59,14 @@ sudo mv monocle /usr/local/bin/
5959``` bash
6060# x86_64
6161# x-release-please-start-version
62- curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.0 /monocle_linux_amd64.tar.gz
62+ curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.1 /monocle_linux_amd64.tar.gz
6363# x-release-please-end
6464tar xzf monocle.tar.gz
6565sudo mv monocle /usr/local/bin/
6666
6767# ARM64
6868# x-release-please-start-version
69- curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.0 /monocle_linux_arm64.tar.gz
69+ curl -Lo monocle.tar.gz https://github.com/josephschmitt/monocle/releases/download/v0.46.1 /monocle_linux_arm64.tar.gz
7070# x-release-please-end
7171tar xzf monocle.tar.gz
7272sudo mv monocle /usr/local/bin/
You can’t perform that action at this time.
0 commit comments