Skip to content

Commit

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

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

- python312 support

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

- **dev**: add pre-commit dev dependency

### πŸ”§πŸ”¨πŸ“¦οΈ Configuration, Scripts, Packages

- update lockfile

### πŸ§‘β€πŸ’» Developer Experience

- add .editorconfig

## v0.2.2 (2024-01-24)

### πŸ›πŸš‘οΈ Fixes
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.2"
version = "0.2.3"
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.2"
version = "0.2.3"
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 fbe68f9

Please sign in to comment.