v0.1.0
v0.1.0 - 2024-01-11
Build system
- (lefthook) add glob filters to dotnet fmt tasks - (6fbdf0c) - @brad-jones
- strip v prefix before we give it to dotnet publish - (78718b8) - @brad-jones
Continuous Integration
- (build_test) also build self contained x64 - (5c977c8) - @brad-jones
- (build_test) spit out builds into seperate artifacts - (70525ab) - @brad-jones
- (build_test) clean can just be a local task for when things get out of hand - (daaa2a1) - @brad-jones
- (build_test) debug win & osx outputs - (bc86343) - @brad-jones
- (build_test) matrix job for each os - (473c18e) - @brad-jones
- (cog) final tweaks to cog so that hopefully we get a good release - (686cf12) - @brad-jones
- (cog) need to set git identity before publish - (e7af533) - @brad-jones
- (dprint) ignore tools dir - (4796997) - @brad-jones
- (lint) fix typo in dotnet tool restore cmd - (b52b18e) - @brad-jones
- (lint) the whole devcontainer thing in ci still need work IMO - (6c1d233) - @brad-jones
- (lint) try and use the container directly - (8e1d3cf) - @brad-jones
- (lint) authenticate docker so we can push the img - (7c60be8) - @brad-jones
- (lint) forgot to checkout repo - (21276f4) - @brad-jones
- (lint) try out devcontainer ci action - (b4d7316) - @brad-jones
- (lint) debug why dprint is still not executeable - (252a63c) - @brad-jones
- (lint) aded dprint to path - (1e4cdb7) - @brad-jones
- (publish) download into the bin folder - (2053b8e) - @brad-jones
- (publish) lets see what output download-artifact gives us - (351b64f) - @brad-jones
- change retention period to minimum - (8e64abe) - @brad-jones
- reintroduce the publish step - (4ae37e7) - @brad-jones
- fix for cross-device link error - (f81b0ec) - @brad-jones
- checkout full repo so we can calc next version bump - (c6799f9) - @brad-jones
- fix shfmt install on windows - (d6b504c) - @brad-jones
- reintroduce the build_test step - (98837d1) - @brad-jones
- fix path to local action - (20b9e0a) - @brad-jones
- lets try this pattern - (7ff5fb3) - @brad-jones
- opps got the subdir incorrect I think - (7e0eda2) - @brad-jones
- cog is again in a sub dir - (8877c67) - @brad-jones
- shfmt is a pure binary - (aa1b28a) - @brad-jones
- try all the other tools now - (2e18ead) - @brad-jones
- test new gh release installer action - (b8c69e4) - @brad-jones
- cog is extracted into a sub dir unlike the others - (4fb3152) - @brad-jones
- debug new instalation method - (1958e7c) - @brad-jones
- use the release-downloader for everything - (9fd4850) - @brad-jones
Features
- initial release - (749bb59) - @brad-jones
Miscellaneous Chores
- (devcontainer) add gitlens - (96c3a4e) - @brad-jones
- (gitignore) ignore the publish dir we create at publish time - (6a17d2b) - @brad-jones
- (version) v0.1.0 - (1c32b49) - github-actions[bot]