Releases: tranzystorekk/arrive
v0.4.0
v0.3.2
v0.3.1
[0.3.1] - 2024-11-22
Documentation
- cli: correctly say that input is captured from stdin (d411fd9)
Miscellaneous Tasks
- deps: bump dependencies en masse (4864712)
- deps: bump yansi dependency to 1.0 (cfb2863)
- update git-cliff used in CI to 2.7 (25589aa)
Refactor
- replace anyhow dependency with eyre (eaa79e7)
Styling
- clippy: explicitly set truncate to false when loading state file (ff4e907)
v0.3.0
v0.2.1
[0.2.1] - 2023-11-21
Documentation
Miscellaneous Tasks
- bump dependencies (2b769d9)
- use git-cliff in release CI (e570490)
- add release justfile (8eb0638)
- replace cocogitto config with git-cliff (0e02078)
- add basic CI workflow (a47981f)
- rename LICENSE.md to LICENSE (ac1e9b8)
Refactor
- switch to early return in fetch (ea66c01)
v0.2.0
Documentation
-
568c4c9 - show how to save input to file in Usage - @tranzystorek-io
-
d9e7243 - add more info to About section in README - @tranzystorek-io
Features
- 92d168e - (cli) fine-tune how --year and --day flags can be used - @tranzystorek-io
- fb47152 - validate state when deserializing - @tranzystorek-io
Miscellaneous Chores
- f74510f - (version) v0.2.0 - @tranzystorek-io
v0.1.2
Bug Fixes
-
db82cfa - avoid preemptively creating cache file in case of a miss - @tranzystorek-io
-
5c59120 - properly handle HTTP status codes - @tranzystorek-io
Miscellaneous Chores
-
35b4d43 - (version) v0.1.2 - @tranzystorek-io
-
7fa396f - add github release badge to README - @tranzystorek-io
-
129fed4 - add crates.io badge to README - @tranzystorek-io
v0.1.1
Bug Fixes
- a776bf8 - avoid appending an unnecessary newline to input files - @tranzystorek-io
Documentation
- 72c57c8 - add install guide to README - @tranzystorek-io
Miscellaneous Chores
- 9201de5 - (version) v0.1.1 - @tranzystorek-io
v0.1.0
Bug Fixes
-
4614cf5 - use correct binary name for completion generation - @tranzystorek-io
-
32cc67a - provide fallback for state directory - @tranzystorek-io
Documentation
-
d6717de - add usage info to README - @tranzystorek-io
-
11d4c57 - add nuxex/aocf to acknowledgements - @tranzystorek-io
-
04e062d - add README - @tranzystorek-io
Features
- cf9be79 - (cli) add force flag to the input command - @tranzystorek-io
- 52e2ae7 - (wip) add proper error handling with anyhow - @tranzystorek-io
- 2d7954a - (wip) implement submit command - @tranzystorek-io
- 6dbf349 - (wip) change day status printed symbols to non-emoji - @tranzystorek-io
- f26554d - (wip) add input command impl draft - @tranzystorek-io
- d4d53c6 - (wip) add cache force-write - @tranzystorek-io
- 2870d66 - (wip) add basic cache module - @tranzystorek-io
- 69acae5 - (wip) fill in some gaps in input fetching - @tranzystorek-io
- f6618a9 - restyle status command selection output - @tranzystorek-io
Miscellaneous Chores
-
f148f83 - (version) v0.1.0 - @tranzystorek-io
-
1b73834 - (wip) add general refactorings and cleanup to WIP code - @tranzystorek-io
-
e0a8f3b - add cargo manifest details - @tranzystorek-io
-
04cdba2 - add release github actions workflow - @tranzystorek-io
-
638cfdf - add cocogitto config - @tranzystorek-io
-
391496b - remove unused json dependencies - @tranzystorek-io
-
7fe1304 - add license - @tranzystorek-io