Skip to content

Commit 9075622

Browse files
authored
release CI for 1.1.0 (#57)
* release CI for 1.1.0 * specify version for AOCD_CONFIG_DIR in readme
1 parent 42c452d commit 9075622

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ As you can see above, I actually had incorrect code for `2017 Day 20: Particle S
170170

171171
By the way, the ``aoc`` runner will kill your code if it takes more than 60 seconds, you can increase/decrease this by passing a command-line option, e.g. ``--timeout=120``.
172172

173+
*New in version 1.1.0:* Added option ``--quiet`` to suppress any output from plugins so it doesn't mess up the ``aoc`` runner's display.
174+
173175

174176
How does this library work?
175177
---------------------------
@@ -211,6 +213,6 @@ caches, you may simply delete whatever files you want under that directory tree.
211213
If you'd prefer to use a different path, then export an ``AOCD_DIR`` environment
212214
variable with the desired location.
213215

214-
By default, your token files are also stored under ``~/.config/aocd``, If you want the
215-
token(s) and cached inputs/answers to exist in separate locations, you can set the environment
216-
variable ``AOCD_CONFIG_DIR`` to specify a different location for the token(s).
216+
*New in version 1.1.0:* By default, your token files are also stored under ``~/.config/aocd``.
217+
If you want the token(s) and cached inputs/answers to exist in separate locations, you can set
218+
the environment variable ``AOCD_CONFIG_DIR`` to specify a different location for the token(s).

aocd/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)