Skip to content

Commit

Permalink
bump version 0.2.6 -> 0.3.0
Browse files Browse the repository at this point in the history
Changes:

- Allow setting token and cache directory with environment variables.
- Store inputs and answers by session token. To allow using different
  profiles. Will cause cache invalidations once people get a new token,
  but that's typically once a month, i.e. once a year. That's a decent
  trade off.
  • Loading branch information
bsamseth committed Dec 21, 2022
1 parent 3884205 commit 3e7cbb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocd"
version = "0.2.6"
version = "0.3.0"
edition = "2021"
description = "Advent of Code Data - get puzzle input and submit answers from within your code"
documentation = "https://docs.rs/aocd"
Expand Down

0 comments on commit 3e7cbb7

Please sign in to comment.