Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring - This is a mirror

Bump version to 0.7.1

mx4ke.xyz 55c7d05e 28c03e94

verified
+18
CHANGELOG.md
··· 14 14 15 15 ### Removed 16 16 17 + ## [0.7.1] - 2025-02-06 18 + 19 + ### Added 20 + 21 + ### Changed 22 + 23 + * Update default `Brewfile` to use `pkgconf` instead of `pkg-config` to match 24 + formula rename in `homebrew-core` (#63) 25 + * Allow skipping libevent when compiled with Crystal 1.15.0+ (#64) 26 + * Update `asdf` integration to work with 0.16 (#65) -- `asdf` 0.16 itself is a 27 + breaking change, but running `mstrap` should install the latest version and 28 + update shell configuration accordingly. Standard caveats about restarting the 29 + shell. 30 + 31 + ### Bugfixes 32 + 33 + ### Removed 34 + 17 35 ## [0.7.0] - 2024-11-11 18 36 19 37 ### Added
+1 -1
meson.build
··· 2 2 'c', 3 3 meson_version : '>= 0.62.0', 4 4 license : 'MIT', 5 - version : '0.7.0', 5 + version : '0.7.1', 6 6 default_options : [ 7 7 'buildtype=debugoptimized', 8 8 'default_library=static'
+1 -1
shard.yml
··· 1 1 name: mstrap 2 - version: 0.7.0 2 + version: 0.7.1 3 3 4 4 authors: 5 5 - Max Fierke <max@maxfierke.com>