Conjure v1.1.0 (2026-04-05T23:27:55Z)
Welcome to this new release of Conjure!
Changelog
Features
Bug Fixes
- 4c8de7c: fix(args): Reject nonexistent list args (@josh666123)
- 92c6c20: fix(test): Fix macOS resolveConfigPath
Others
- b1b1cc2: chore(lint): Upgrade go 1.26 and lint errors.
- 6e3056a: chore(linter): Update golang lint version.
Installation
Binary Installation
Download the appropriate binary for your platform from the assets below.
Quick Install Script (Linux/macOS)
# Linux
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.1.0/conjure_v1.1.0_Linux_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/
# macOS (Intel)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.1.0/conjure_v1.1.0_Darwin_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/
# macOS (Apple Silicon)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.1.0/conjure_v1.1.0_Darwin_arm64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/Windows
Download the ZIP file, extract it, and add the executable to your PATH.
Full Changelog: v1.0.0...v1.1.0