diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..05e26de --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 1b87556..dff3f50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "info@ljnsn.com" }] dependencies = [