Skip to content

Commit

Permalink
Merge pull request #718 from cordada/release/v0.36.0
Browse files Browse the repository at this point in the history
Release v0.36.0
  • Loading branch information
svillegas-cdd authored Oct 3, 2024
2 parents a8ab7e7 + 6f85510 commit 05e1f30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.35.0
current_version = 0.36.0
commit = True
tag = False
message = chore: Bump version from {current_version} to {new_version}
Expand Down
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# History

## 0.36.0 (2024-10-03)

- (PR #715, 2024-10-01) chore: Bump actions/checkout from 4.1.7 to 4.2.0 in production-deps group
- (PR #717, 2024-10-01) Refactor `cryptography.hazmat.*` Python imports
- (PR #716, 2024-10-02) Update cleaning regex to match RUTs with non-numeric digits
- (PR #710, 2024-10-03) chore: Bump tox from 4.20.0 to 4.21.0 in the development-dependencies group
- (PR #711, 2024-10-03) chore(deps): Bump django-filter from 24.2 to 24.3
- (PR #714, 2024-10-03) chore(deps): Bump pytz from 2024.1 to 2024.2
- (PR #712, 2024-10-03) chore(deps): Bump importlib-metadata from 8.4.0 to 8.5.0

## 0.35.0 (2024-09-26)

- (PR #706, 2024-09-26) Improvements and fixes related to validation of trusted inputs
Expand Down
2 changes: 1 addition & 1 deletion src/cl_sii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""

__version__ = '0.35.0'
__version__ = '0.36.0'

0 comments on commit 05e1f30

Please sign in to comment.