Releases: MikeGarde/commitbot
Release list
0.7.0
Downloads
| OS | arm64 | x86_64 |
|---|---|---|
| macOS | Download | Download |
| Ubuntu* | Download | Download |
| RHEL** | Download | Download |
| Windows*** | — | Download |
* Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
** RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
*** Windows x86_64 only; built with the GNU toolchain (mingw-w64).
Install on Amazon Linux
curl -fsSL "https://github.com/MikeGarde/commitbot/releases/download/0.7.0/commitbot-0.7.0-unknown-linux-musl-$(uname -m).tar.gz" | sudo tar -xz --no-same-owner -C /usr/local/bin commitbotWhat's Changed
- Standardize release artifact naming conventions by @MikeGarde in #36
- Add tempfile and improve git error handling by @MikeGarde in #38
- Add LM Studio support and generalize OpenAI client by @MikeGarde in #40
- Add Rust CI pipeline for testing by @MikeGarde in #41
- Simplify and stabilize release process logic by @MikeGarde in #42
- Exclude lock files from LLM summarization by @MikeGarde in #43
Full Changelog: 0.6.4...0.7.0
0.6.4
Downloads
| OS | arm64 | x86_64 |
|---|---|---|
| macOS | Download | Download |
| Ubuntu* | Download | Download |
| RHEL** | Download | Download |
| Windows*** | — | Download |
* Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
** RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
*** Windows x86_64 only; built with the GNU toolchain (mingw-w64).
What's Changed
- Release ordering for CI/CD publishing by @MikeGarde in #35
Full Changelog: 0.6.3...0.6.4
0.6.3
Downloads
| OS | arm64 | x86_64 |
|---|---|---|
| macOS | Download | Download |
| Ubuntu* | Download | Download |
| RHEL** | Download | Download |
| Windows*** | — | Download |
* Ubuntu and compatible distributions like Debian, Mint, etc. that use glibc.
** RHEL and compatible distributions like Amazon, Rocky, etc. that use musl instead of glibc.
*** Windows x86_64 only; built with the GNU toolchain (mingw-w64).
What's Changed
- Enhance software release orchestration and tooling by @MikeGarde in #33
- lockfile update by @MikeGarde in #34
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- Remove commitbot_macros crate and associated dependencies. by @MikeGarde in #29
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Refactor CLI and config handling, improve error propagation, and enha… by @MikeGarde in #26
- Redact sensitive keys from logs across the app by @MikeGarde in #27
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Improve prompts and add model validation across LLM providers by @MikeGarde in #23
- Switch to faster release process by using targeted tests and removing… by @MikeGarde in #24
Full Changelog: 0.5.2...0.6.0
0.5.2
0.5.1
What's Changed
- Refactor configuration handling for improved efficiency and clarity by @MikeGarde in #21
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Add diff-based prompt testing and CLI diff mode by @MikeGarde in #18
- Refactor to per-file diff processing and prompts by @MikeGarde in #19
- dependency updates by @MikeGarde in #20
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Switch to log-based logging and config-driven LLM by @MikeGarde in #11
- Adding Ollama, Streaming, & More by @MikeGarde in #12
- Refactor stream parsing by @MikeGarde in #13
- Cleanup: remove deprecated CLI flag and dead code by @MikeGarde in #14
- Refine prompt text for commit summaries by @MikeGarde in #15
Full Changelog: 0.3.0...0.4.0