Skip to content

Commit

Permalink
πŸ”– bump(release): v0.0.2 β†’ v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 7, 2024
1 parent 73e0be0 commit 670dfc8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v0.0.3 (2024-03-07)

### πŸ›πŸš‘οΈ Fixes

- add classifiers (#10)

### build

- **deps**: bump actions/upload-artifact from 3 to 4 (#4)
- **deps**: bump codecov/codecov-action from 3 to 4 (#2)
- **deps**: bump actions/setup-python from 4 to 5 (#5)

### πŸ’šπŸ‘· CI & Build

- switch to coveralls (#9)
- use trusted publisher (#8)
- change dependabot commit message for action bumps (#7)
- fix pythonpublish workflow (#6)

### πŸ“πŸ’‘ Documentation

- add shields (#11)

## v0.0.2 (2024-03-06)

### πŸ›πŸš‘οΈ Fixes
Expand Down
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.2"
version = "0.0.3"
description = "CoinAPI Python REST Client"
authors = [{ name = "ljnsn", email = "[email protected]" }]
dependencies = [
Expand Down

0 comments on commit 670dfc8

Please sign in to comment.