Releases: ckoehler/buddy-up
Releases · ckoehler/buddy-up
v0.4.0
Release v0.3.1
What's Changed
- docs: update badges by @ckoehler in #69
- fix: empty history is okay, empty out dir is not by @ckoehler in #70
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0
What's Changed
- doc: add math by @ckoehler in #10
- chore(deps): bump clap from 4.5.29 to 4.5.30 by @dependabot in #12
- chore(deps): bump serde_json from 1.0.138 to 1.0.139 by @dependabot in #15
- chore(deps): bump anyhow from 1.0.95 to 1.0.96 by @dependabot in #13
- chore(deps): bump serde from 1.0.217 to 1.0.218 by @dependabot in #14
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.94 to 0.5.97 by @dependabot in #18
- chore(deps): bump clap from 4.5.30 to 4.5.31 by @dependabot in #19
- Chores by @ckoehler in #20
- chore(deps): bump chrono from 0.4.39 to 0.4.40 by @dependabot in #22
- refactor: split out lib from cli by @ckoehler in #24
- Refactor and docs by @ckoehler in #25
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.97 to 0.5.98 by @dependabot in #26
- chore(deps): bump anyhow from 1.0.96 to 1.0.97 by @dependabot in #27
- chore(deps): bump serde_json from 1.0.139 to 1.0.140 by @dependabot in #28
- chore(deps): bump thiserror from 2.0.11 to 2.0.12 by @dependabot in #29
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.98 to 0.5.99 by @dependabot in #32
- chore: add cargo deny by @ckoehler in #34
- chore(deps): bump serde from 1.0.218 to 1.0.219 by @dependabot in #35
- chore(deps): bump clap from 4.5.31 to 4.5.32 by @dependabot in #36
- feat: handle uneven input sets by @ckoehler in #38
- chore: release v0.2.0 by @ckoehler in #37
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.99 to 0.5.100 by @dependabot in #40
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.100 to 0.5.101 by @dependabot in #41
- chore(deps): bump clap from 4.5.32 to 4.5.34 by @dependabot in #42
- chore(deps): bump clap from 4.5.34 to 4.5.35 by @dependabot in #44
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.101 to 0.5.102 by @dependabot in #45
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.102 to 0.5.103 by @dependabot in #47
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.103 to 0.5.104 by @dependabot in #48
- chore(deps): bump clap from 4.5.35 to 4.5.36 by @dependabot in #49
- chore(deps): bump anyhow from 1.0.97 to 1.0.98 by @dependabot in #50
- chore(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot in #52
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.104 to 0.5.105 by @dependabot in #54
- chore(deps): bump chrono from 0.4.40 to 0.4.41 by @dependabot in #55
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.105 to 0.5.106 by @dependabot in #56
- chore: update cargo dist by @ckoehler in #57
- chore(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot in #59
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.106 to 0.5.107 by @dependabot in #61
- chore(deps): bump clap from 4.5.38 to 4.5.39 by @dependabot in #62
- chore(deps): bump clap from 4.5.39 to 4.5.40 by @dependabot in #64
- chore(deps): bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 by @dependabot in #65
- Gui build by @ckoehler in #63
- ci: fix permissions for release creation by @ckoehler in #66
- ci: don't save app as artifact, just dmg by @ckoehler in #67
- ci: fix artifact path by @ckoehler in #68
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v0.1.2...v0.3.0
0.2.0 - 2025-03-14
Release Notes
🚀 Features
- Handle uneven input sets
🚜 Refactor
- Thiserror instead of anyhow in lib; types
- Input takes Reader, add tests
📚 Documentation
- Add Rustdoc for the lib
⚙️ Miscellaneous Tasks
- Add cargo deny
📚 Documentation
- Install instructions and description
- Update crate description
Install buddy-up 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ckoehler/buddy-up/releases/download/buddy-up-v0.2.0/buddy-up-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ckoehler/buddy-up/releases/download/buddy-up-v0.2.0/buddy-up-installer.ps1 | iex"Download buddy-up 0.2.0
| File | Platform | Checksum |
|---|---|---|
| buddy-up-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| buddy-up-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| buddy-up-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| buddy-up-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| buddy-up-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| buddy-up-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| buddy-up-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
0.2.0 - 2025-03-14
Release Notes
🚀 Features
- Handle uneven input sets
🚜 Refactor
- Thiserror instead of anyhow in lib; types
- Input takes Reader, add tests
📚 Documentation
- Add Rustdoc for the lib
⚙️ Miscellaneous Tasks
- Add cargo deny
📚 Documentation
- Install instructions and description
- Update crate description
0.1.2 - 2025-02-14
Release Notes
📚 Documentation
- Install instructions and description
- Update crate description
0.1.2 - 2025-02-14
Release Notes
📚 Documentation
- Install instructions and description
- Update crate description
Install buddy-up 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ckoehler/buddy-up/releases/download/v0.1.2/buddy-up-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ckoehler/buddy-up/releases/download/v0.1.2/buddy-up-installer.ps1 | iex"Download buddy-up 0.1.2
| File | Platform | Checksum |
|---|---|---|
| buddy-up-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| buddy-up-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| buddy-up-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| buddy-up-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| buddy-up-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| buddy-up-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| buddy-up-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
0.1.1 - 2025-02-14
Release Notes
📚 Documentation
- Udpate README
- More README updates
- More background to the problem
⚙️ Miscellaneous Tasks
- Release v0.1.0
- Update cargo dist
Install buddy-up 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ckoehler/buddy-up/releases/download/v0.1.1/buddy-up-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ckoehler/buddy-up/releases/download/v0.1.1/buddy-up-installer.ps1 | iex"Download buddy-up 0.1.1
| File | Platform | Checksum |
|---|---|---|
| buddy-up-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| buddy-up-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| buddy-up-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
| buddy-up-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| buddy-up-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| buddy-up-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| buddy-up-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |