Releases: WizardOpsTech/conjure
Releases · WizardOpsTech/conjure
Release list
v1.1.0
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
v1.0.0
Conjure v1.0.0 (2026-02-01T23:01:44Z)
Highlights
Initial release! 🎉
Known Issues
Conjure 1.0.0 still contains many known issues, but is considered stable for general, professional use.
We will be publishing these issues over the coming week after this initial release.
Roadmap
We plan to release new versions based on community feedback. The roadmap is still being divined, but stay tuned.
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.0.0/conjure_v1.0.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.0.0/conjure_v1.0.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.0.0/conjure_v1.0.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