Skip to content

Releases: asphaltbuffet/elf

nightly: Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5

12 Feb 00:09
Compare
Choose a tag to compare
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](https://github.com/lmittmann/tint/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/tint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v0.2.0

11 Jul 05:27
Compare
Choose a tag to compare

Changed

Added

  • Add linux packages to release artifacts (0748146)
  • Add benchmark command (#44, a60849a)
  • Add graph subcommand (#44, 728398f, f4408ec)
  • Add flag to skip tests when running solve command (#24)
  • Add flag to specify config file (74d81ee)
  • Add flag to specify runtime input file (2a4a5f8, 728398f)
  • Add config setting for exercise data filename (1beee4e)
  • Auto-generate documentation and completions (16605de, abb5b57)
  • Add project Taskfile (#20, #22)
  • Add license (4762dc5)

Removed

  • Remove Makefile and justfile (#53)
  • Remove Exercise package (#44)

Fixed

  • Check if files exist before writing (#44)
  • Prevent writing error output to files (#22)
  • Fix python lib path failure (#54)
  • Fix exercise readme link in advent year readme template (#44)
  • Fix incorrect handling of ' and - in titles (#21))
  • Detect invalid configuration when downloading advent data (#22)
  • Walk exercise directory to allow for deeper nesting (#22)

See full changelog at CHANGELOG.md

v0.1.0

13 Nov 13:22
Compare
Choose a tag to compare

Changelog

0.1.0 - 2023-11-12

🌱 Initial release