Skip to content

Commit

Permalink
bump: version 1.5.1 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Aug 23, 2024
1 parent 4e1d48b commit ad7309d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.6.0 (2024-08-23)

### Feat

- add a logger to replace prints
- add video recording demo

### Fix

- improve table loading

### Refactor

- run the app all at once

## 1.5.1 (2024-05-09)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
version = "1.5.1"
version = "1.6.0"

[tool.ruff]
ignore-init-module-imports = true
Expand All @@ -14,7 +14,7 @@ docstring-quotes = "double"
convention = "google"

[tool.commitizen]
version = "1.5.1"
version = "1.6.0"
update_changelog_on_bump = true
changelog_file = "CHANGELOG.md"
changelog_incremental = true
Expand Down

0 comments on commit ad7309d

Please sign in to comment.