-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π bump(release): v0.0.1 β v0.0.2
- Loading branch information
1 parent
7494488
commit 9f79553
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## v0.0.2 (2024-03-06) | ||
|
||
### πποΈ Fixes | ||
|
||
- make version a class var | ||
|
||
### β»οΈ Refactorings | ||
|
||
- rename config | ||
|
||
### β π€‘π§ͺ Tests | ||
|
||
- update cassettes and snapshots for asset metric listings | ||
- update cassette and snapshot for metrics listing | ||
|
||
### ππ· CI & Build | ||
|
||
- add github actions (#1) | ||
- add mypy pre commit hook | ||
|
||
### π₯β°οΈ Clean up | ||
|
||
- drop dead code | ||
|
||
### π§π¨π¦οΈ Configuration, Scripts, Packages | ||
|
||
- add pdm scripts | ||
|
||
### π¨ Linting | ||
|
||
- mypy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "coinapi-rest" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
description = "CoinAPI Python REST Client" | ||
authors = [{ name = "ljnsn", email = "[email protected]" }] | ||
dependencies = [ | ||
|