chore(version): bump to v0.2.0 #10

Merged
cafkafk merged 8 commits from dev into main 2023-07-07 06:13:59 +02:00

8 commits

Author SHA1 Message Date
Christina Sørensen
6f969fc64a
chore(version): bump to v0.2.0
** [0.2.0] - 2023-07-07

*** Bug Fixes

- Made categories with only links possible

*** Features

- [**breaking**] Put links in categories

*** Miscellaneous Tasks

- Filled out Cargo.toml
- Added test.yaml to gitignore
- Fixed up code, roadmap for bump

*** Refactor

- Simple code quality changes

*** Testing

- Refactored testing, added tests dir

** [0.1.2] - 2023-07-03

*** Features

- Implemented quiet flag

*** Miscellaneous Tasks

- Bump to v0.1.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-07 06:09:59 +02:00
Christina Sørensen
93d747b41a
chore: fixed up code, roadmap for bump
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-07 06:04:23 +02:00
Christina Sørensen
e0038dd6f7
fix(git): made categories with only links possible
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-05 14:08:43 +02:00
Christina Sørensen
8a9e9e52b1
test: refactored testing, added tests dir
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-05 14:03:10 +02:00
Christina Sørensen
b83ea9d538
refactor: simple code quality changes
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-05 13:27:01 +02:00
Christina Sørensen
89c5be194f
chore(git): added test.yaml to gitignore
This is usually regenereated with a different ordering every time tests
are run. This is annoying.

It's because the underlying hashmap doesn't have ordering.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-05 12:59:37 +02:00
Christina Sørensen
cf47cb0880
chore(cargo): filled out Cargo.toml
Added all fields for [package], those where there was nothing of
interest to add were just added as comments for reference. Some of them
might be used later.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-05 12:47:11 +02:00
Christina Sørensen
f922ce7b9e
feat!: put links in categories
This required a lot of refatoring, and added a lot of codedepth that
have to be repaid soon by a large refactor.

Also, it is becoming painfully obvious that testing should be expanded
significantly.

This, after the refactor, nonetheless.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-04 11:26:25 +02:00