Skip to content

Commit e3c5e5b

Browse files
chore(main): release 0.46.1 (#89)
1 parent 29adfab commit e3c5e5b

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.46.0"
2+
".": "0.46.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4747
tar xzf monocle.tar.gz
4848
sudo 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
5454
tar xzf monocle.tar.gz
5555
sudo 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
6464
tar xzf monocle.tar.gz
6565
sudo 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
7171
tar xzf monocle.tar.gz
7272
sudo mv monocle /usr/local/bin/

0 commit comments

Comments
 (0)