Skip to content

Releases: obalunenko/advent-of-code

v0.6.0

09 Feb 22:20
cf0eaa4
Compare
Choose a tag to compare

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

20 Dec 02:00
Compare
Choose a tag to compare

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

06 Dec 18:50
Compare
Choose a tag to compare

Changelog

ad5616a chore(): Update gobindata installation
41e64f6 chore(): Update tools installation
4baaa58 version v0.4.3

v0.3.0

18 Nov 22:37
Compare
Choose a tag to compare

Changelog

67d9250 Rename Profile
de51d63 Rename profile

v0.2.0

06 Nov 13:04
Compare
Choose a tag to compare

Changelog

a5b83f3 Refactor(): Split years and puzzles selection into separate menu layers (#12)
ad5b9aa chore(Makefile): update new version command
d4f8897 refactor(): Migrate to cli (#13)
cc579fb version v0.2.0

v0.1.1

05 Nov 12:46
Compare
Choose a tag to compare

Changelog

887088d fix(ci): Fix ci build config
b5ebb8e version v0.1.1

v0.0.6

22 Dec 15:31
Compare
Choose a tag to compare

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

21 Dec 10:41
040db38
Compare
Choose a tag to compare

Changelog

e138243 2019/day02: Add comment
38efd34 2019/day02: Fix wsl linter
040db38 Implement Day03 solution (#6)
f50a29d Update travis config
9233fdf cmd/aoc-cli: Sort imports
053c509 puzzles/solver: Refactor Run to accept io.Reader; Add test

v0.0.4

18 Dec 20:51
17afb91
Compare
Choose a tag to compare

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

v0.0.3

16 Dec 15:55
Compare
Choose a tag to compare

Changelog

3496a1b Refactor solutions registration
f0db0c3 puzzles/solutions: Fix doc