Skip to content

Commit 09e2170

Browse files
chore(release): 1.1.0
1 parent 41d32ee commit 09e2170

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,61 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/marcelblijleven/adventofcode/compare/v1.0.0...v1.1.0) (2021-11-19)
6+
7+
8+
### 📄 Documentation
9+
10+
* **README:** add features summary ([7f12852](https://github.com/marcelblijleven/adventofcode/commit/7f128523e9a8a7794f849c446de4455e85378fd3))
11+
* update README ([4466aeb](https://github.com/marcelblijleven/adventofcode/commit/4466aeb82e41307578026e2a5537297da3a3d2d4))
12+
13+
14+
### 🚦Tests
15+
16+
* add 2020 day 1 - 4 tests ([a0bb239](https://github.com/marcelblijleven/adventofcode/commit/a0bb2396e79a4328ee4fafe7e2c772f867392839))
17+
* add 2020 day 10 tests ([9ff861c](https://github.com/marcelblijleven/adventofcode/commit/9ff861c504266f0f5cf7e5fd72dc0845c21ee9b1))
18+
* add 2020 day 11 tests ([4706187](https://github.com/marcelblijleven/adventofcode/commit/4706187ff0f6b2570d63b3f7c0fbb75d59238434))
19+
* add 2020 day 6 tests ([2ef591e](https://github.com/marcelblijleven/adventofcode/commit/2ef591e4f0a2f215476b9452ebd210440febe847))
20+
* add 2020 day 7 tests ([8e37c2e](https://github.com/marcelblijleven/adventofcode/commit/8e37c2ec027d536827f19727b0e68d2dc72808dd))
21+
* add 2020 day 8 tests ([9ae7411](https://github.com/marcelblijleven/adventofcode/commit/9ae7411d19ed6c932cfbfee8c773dcb18338b9fb))
22+
* add 2020 day 9 tests ([7ab803a](https://github.com/marcelblijleven/adventofcode/commit/7ab803a8c45941606c8597538d80a636737d2361))
23+
* add conftest to include fixtures file ([bd709bf](https://github.com/marcelblijleven/adventofcode/commit/bd709bf414895527457d8efc9fbd2fbfe2b20a0b))
24+
* add day 5 part one test ([1212740](https://github.com/marcelblijleven/adventofcode/commit/1212740db527c907700b806898719b71a2c3e92f))
25+
* add suppress_console fixture ([db54184](https://github.com/marcelblijleven/adventofcode/commit/db54184d77d49a60a2b5687fdfd4df44ed1ac05d))
26+
* update test with new input filename format ([94becae](https://github.com/marcelblijleven/adventofcode/commit/94becae80dcd0f73fa03f29292eea620cf52da3e))
27+
28+
29+
### ⭐️ Solutions
30+
31+
* add 2020 day 1 part one and two ([4670a6d](https://github.com/marcelblijleven/adventofcode/commit/4670a6deff03d92920c0681178fe65d31e3c896f))
32+
* add 2020 day 10 part one and two ([0a2685a](https://github.com/marcelblijleven/adventofcode/commit/0a2685aeb50252ad91fdac53fc4e99083a4af91f))
33+
* add 2020 day 11 part one and two ([795b238](https://github.com/marcelblijleven/adventofcode/commit/795b238239ca505fc67ecc8f250d4b62535308e6))
34+
* add 2020 day 2 part one and two ([5262a3d](https://github.com/marcelblijleven/adventofcode/commit/5262a3d91283169e96f7864922b1d47db2db1bff))
35+
* add 2020 day 3 part one and two ([f2d13e8](https://github.com/marcelblijleven/adventofcode/commit/f2d13e87504d76e39d84d31e2bd5d3ecfa0b00ec))
36+
* add 2020 day 4 part one and two ([9c3d9f9](https://github.com/marcelblijleven/adventofcode/commit/9c3d9f988960443c738cac60d962ff8d3c8e930d))
37+
* add 2020 day 5 part one and two ([2f716d1](https://github.com/marcelblijleven/adventofcode/commit/2f716d10f969f4df8d055a4413f53cae278521a7))
38+
* add 2020 day 6 part one and two ([0e641b6](https://github.com/marcelblijleven/adventofcode/commit/0e641b68a6d23ae30ecf8d5f1853ab2852b347e0))
39+
* add 2020 day 7 part one and two ([3da6b47](https://github.com/marcelblijleven/adventofcode/commit/3da6b4733cca14e1a95815269bb79ea664396817))
40+
* add 2020 day 8 part one and two ([adb2b25](https://github.com/marcelblijleven/adventofcode/commit/adb2b25c920a212628134184c532b9e502d860be))
41+
* add 2020 day 9 part one and two ([0e1f0b3](https://github.com/marcelblijleven/adventofcode/commit/0e1f0b35e443a347eb6ca7680457b988ea64e842))
42+
43+
44+
### 🔨 Refactor
45+
46+
* move console to own file ([df7fb8e](https://github.com/marcelblijleven/adventofcode/commit/df7fb8ed4584b5bf65041adbafb67cf850530097))
47+
* move helper functions out of generate_readme.py and add emoji ([89ecb3a](https://github.com/marcelblijleven/adventofcode/commit/89ecb3a515b4ace7f7c282de0a11df0a00b2a7fd))
48+
* use GenericAlias for long layout type hint ([abab9c1](https://github.com/marcelblijleven/adventofcode/commit/abab9c15b6332ffb290e7705d838c07c5c4de68c))
49+
50+
51+
### ✨ Features
52+
53+
* add function to retrieve input as string ([b7ad43d](https://github.com/marcelblijleven/adventofcode/commit/b7ad43d6fd335579b688c1d52a9a7a579246a7c7))
54+
* add functions to download input from aoc website using session cookie ([2f47a55](https://github.com/marcelblijleven/adventofcode/commit/2f47a55bbaaa50b8246abde1de0ee1687b23bd09))
55+
* add module helpers ([f649512](https://github.com/marcelblijleven/adventofcode/commit/f6495126b6911e3ce035bec79c869e64d22c92da))
56+
* add run-all script ([72c535e](https://github.com/marcelblijleven/adventofcode/commit/72c535e2c089ee2ea3c030d6436b61f52bdc414c))
57+
* add run-all script ([842f6f2](https://github.com/marcelblijleven/adventofcode/commit/842f6f215aa9aecfba1ea25703100856c1ce5dc5))
58+
* modify solution timer output when run-all is used ([1b2fb68](https://github.com/marcelblijleven/adventofcode/commit/1b2fb68640e4f9265f54adb13cf1e7ffa0f6362c))
59+
560
## 1.0.0 (2021-11-18)
661

762

0 commit comments

Comments
 (0)