Skip to content

Commit

Permalink
Merge pull request #74 from fluiderson/utils-update
Browse files Browse the repository at this point in the history
refactor: update deps, remove tests, update & refactor utils (`shutdown`, `logger`, and `task_tracker` modules)
  • Loading branch information
Slesarew authored Oct 22, 2024
2 parents fd562cb + c28888e commit 6ffcf07
Show file tree
Hide file tree
Showing 27 changed files with 792 additions and 1,167 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
target
*.db
*.txt
kalatori.toml

# IDE

.vscode
.idea
.idea
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [0.2.4] - 2024-10-21

### ⚡ Performance

- Switched from the unmaintained `hex` crate to `const-hex`.

### 🚜 Refactor

- Moved all utility modules under the utils module.
- Removed all `mod.rs` files & added a lint rule to prevent them.

## [0.2.3] - 2024-10-15

### 🚀 Features
Expand All @@ -21,7 +32,7 @@ All notable changes to this project will be documented in this file.

## [0.2.1] - 2024-10-07

Making the order request work according to specs in the [specs](https://alzymologist.github.io/kalatori-api/#/).
Making the order request work according to specs in the [specs](https://alzymologist.github.io/kalatori-api/#/).
Using the tests from [kalatori-api-test-suite]() in order to validate.
Added git cliff and configuration for it to generate CHANGELOG like this one, see [CONTRIBUTING.md](CONTRIBUTING.md)

Expand All @@ -37,5 +48,3 @@ Added git cliff and configuration for it to generate CHANGELOG like this one, se
### ⚙️ Miscellaneous Tasks

- Resolve conflicts


Loading

0 comments on commit 6ffcf07

Please sign in to comment.