Releases: asphaltbuffet/elf
Releases · asphaltbuffet/elf
nightly: Bump github.com/lmittmann/tint from 1.0.4 to 1.0.5
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
Changed
- Breaking: Replace
day
/year
fields with filepath(s) (7be1488
) - Bump
go
from 1.21.x to 1.22.3 (2c66033
) - Change format of version output (
cb3d03d
) - Refactor output formatting (
#44
) - Refactor file handling (
#22
,4f37268
,4a0c656
) - Set default language as
Go
(0ac2ca9
) - Default logging level to
Info
instead ofDebug
(2ce88c9
) - Refactor runtime tasks (
#40
,#60
) - Trim page data before writing to disk (
#22
) - Refactor configuration into separate package (
#44
) - Improve error handling around setting language (
#25
) - Refactor flow of exercise loading (
#24
) - Refactor
solver
andtester
(#22
,#23
,#44
) - Decrease excessive logging (
#22
,3fcb971
a8047fe
#44
,1c6c670
) - Bump
charmbracelet/lipgloss
from 0.9.1 to 0.11.0 (2c66033
) - Bump
go-resty/resty
from 2.10.0 to 2.13.1 (11102e5
,2c66033
) - Bump
lmittmann/tint
from 1.0.2 to 1.0.4 (165ad67
,11102e5
) - Bump
spf13/afero
from 1.10.0 to 1.11.0 (0fd01c0
,11102e5
,2c66033
) - Bump
spf13/cobra
from 1.8.0 to 1.8.1 (2c66033
) - Bump
spf13/viper
1.16.0 to 1.19.0 (0fd01c0
,11102e5
,2c66033
) - Bump
golang.org/x/net
from 0.17.0 to 0.27.0 (4742a52
,11102e5
,34b0564
,2c66033
) - Bump
golang.org/x/text
from 0.13.0 to 0.16.0 (4742a52
,2c66033
)
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
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