Skip to content

Commit

Permalink
πŸ”– bump(release): v0.2.0 β†’ v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2024
1 parent 16ed2e6 commit 1913a16
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## v0.2.1 (2024-01-23)

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

- skip completely empty responses

### build

- **deps**: bump actions/cache from 3 to 4
- **deps**: bump actions/setup-python from 4 to 5
- **deps**: bump actions/checkout from 3 to 4

### πŸŽ¨πŸ—οΈ Style & Architecture

- yaml beautify

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

- **pythonpackage**: don't explicitly check cache hit - downloads should still be cached
- **pre-commit**: set ruff extend-fixable
- add macos to matrix

### πŸ“Œβž•β¬‡οΈ βž–β¬†οΈ Dependencies

- bump ruff to latest

### 🚨 Linting

- ignore too many args

## v0.2.0 (2023-05-02)

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dsws-client"
version = "0.2.0"
version = "0.2.1"
description = "Python client for the Datastream Web Service API (DSWS)"
authors = ["ljnsn <info@ljnsn.com>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ packages = [{include = "dsws_client"}]

[tool.commitizen]
name = "cz_gitmoji"
version = "0.2.0"
version = "0.2.1"
version_files = ["pyproject.toml:^version"]
tag_format = "v$version"
bump_message = "πŸ”– bump(release): v$current_version β†’ v$new_version"
Expand Down

0 comments on commit 1913a16

Please sign in to comment.