Releases: obalunenko/advent-of-code
v0.6.0
Changelog
3cf3ad5 Update vendor
599c61b input/data/2015: Add day01 input
6a9ad45 internal/input: Recreate generated data
9b3ef6b internal/input: update generated data
566c9ae puzzles/solutions/2015: Implement day01 part2
45074c3 puzzles/solutions/2015: Implement part 1 of day01
862382a puzzles/solutions: Register 2015/day01 solution
v0.5.0
Changelog
93ee8bc Update .travis.yml
c40c67c chore(): Add sonar configs and update travis config
b13d884 chore(): Disable sonar
aec89c4 chore(): Update gen
8567891 chore(): Update spec 2020/day01
7ed6c46 chore(): change directories structure
91b29a8 docs(): Update demo screenshots
24972e4 feat(): Add stab and input for implementation of 2020/day02 puzzle
c84a1a9 feat(): Implement 2020/day02 part2
bab05fb feat(): Implement part 1
7a776fd fix(): Fail travis pipeline if test not passed
eda57b2 version v0.5.0
v0.4.3
v0.3.0
v0.2.0
v0.1.1
v0.0.6
Changelog
ce062be 2019/day04: Add spec and stubs for puzzle solution
85e6f5e 2019/day04: Fix test
5c057f7 2019/day04: Implement part1 solution
82aeb16 2019/day04: Implement part2 solution
b80638e golangci: Exclude some linters for test files
d7ec4f3 input/2019: Add input for day04 puzzle
8edfbb5 puzzles/solutions: Register day04 solution
v0.0.5
v0.0.4
Changelog
05fcf6b 2019/day01: Refactor tests
13dfa9e 2019/day02: Clean up
2b2b36a 2019/day02: Implement part 2 solution
4bae1ae Update Readme
027e42b cmd/aoc-cli: Use logrus for puzzles result
852d588 go.mod: Add logrus
d326f34 golangci: Disable noinit linter
72a022d puzzle/solutions: register 2019/day02
4a3fd2f puzzles: Fix error message
68e0372 puzzles: Use Result struct; Add not implemented handle
6826ae7 solutions/2019: Implement day02 part1
f1af746 solutions/2019: Update day02 spec with part2 requirements
7243fd4 vendor: Update dependencies