Skip to content

Commit

Permalink
πŸ”– bump(release): v0.0.1 β†’ v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 6, 2024
1 parent 7494488 commit 9f79553
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion pyproject.toml
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 = [
Expand Down

0 comments on commit 9f79553

Please sign in to comment.