Releases: wreedb/vendr
Releases · wreedb/vendr
Release 0.2.1
Added
- chore: add vendr.toml to project root
- chore(misc/packaging): add Arch Linux PKGBUILD
- chore(misc): add ignore-file-list for cloc tool
Changed
- build: create meson wrap for libcpr, update gitignore for subprojects/cpr
- build: change ifdef to check SYSTEM_ARGSHXX instead of VENDORED_ARGSHXX
- docs(INSTALL): remove libcpr as an explicit dependency, meson wrap handles it
- fix(src/vendr): vendr::get will create leading directories in file.path, avoiding filesystem_error throws
- chore(version): bump to 0.2.1
Full Changelog: 0.2.0...0.2.1
Release 0.2.0
release 0.2.0, see CHANGELOG.md for notes
0.1.0
Source code archives and static amd64 (or x86_64 if you love underscores) are available below in Gzip and XZ compressed formats. If using one of the static binaries, you will need to make it executable after decompressing it, like so:
gzip -d vendr-static-amd64.gz # or xz -d vendr-static-amd64.xz
chmod +x vendr-static-amd64You may also want to also rename it to vendr (to avoid typing out the rest of the file name), and copy it to a directory in your PATH, such as ~/.local/bin.